ITSM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2025 02:43 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2025 02:58 AM
Hello @-ooo-
Here is the solution: https://www.servicenow.com/community/developer-articles/flow-designer-action-quot-get-system-propert...
Hope that helps!