How to access global system properties in scoped application flow designer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2021 12:52 AM
How to access global system properties in scoped application flow designer.
Thanks in advance.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2021 02:28 AM
Hi,
Are you able to get the value from background script in the global scope
what does that property contain?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2021 02:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2021 04:50 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2021 05:31 AM
which property you created in this? Instance name is OOB.
Try these 2 methods
1. Store it in a variable and add a info msg and see if you are getting a log
eg
var instanceName = gs.getProperty('instance_name');
gs.info(instanceName);
2. Try to hardcode the property value in the code and see if its working or not(maybe there is some different issue)
If you are not able to get the solution, ping me on pranavbhagat06@gmail.com and I will connect over webex and help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2021 10:25 PM
Hi Pranav,
Thanks for the suggestion. will try the suggestion proposed by you.
and will update.
Regards,
Sapna Praveen