We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

ITSM

Not applicable

Hello Team,

 

I have created on property where is stored one password in newly created property name "password" value now . I am trying to fetch the password in flow designer I am not able to do that:-

 

I have written in the script part of flow designer. 

var desc= fd_data.trigger.gs.getProperty("Password");
gs.log(desc+"demo");
return desc;
 
Please let me know how we can fetch that password value in flow 
 

 

 

1 REPLY 1

Vishal Jaswal
Giga Sage

Hello @Community Alums 

 

Here is the solution: https://www.servicenow.com/community/developer-articles/flow-designer-action-quot-get-system-propert... 


Hope that helps!