- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2022 09:55 AM
How can i check condition of system properties in flow design? i have a system properties that contains list of sys_id of groups.A approval will skip if value of variable (contain group)matches with system properties.
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2022 01:45 PM
Hi,
In Flow designer a system property is fetched with the Look up record action, just like any other record you would want to retrieve.
Example below:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2022 10:01 AM
Hi Jyotsna,
You can use the OOB function gs.getProperty('assignment_group'); This will give you the sys_id of the group A that you have stored in sys_properties table.
Regards,
Deepankar Mathur

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2022 01:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2023 05:21 AM
Seems like the table System Property [sys_properties] is no longer available in Flow action Look Up Record(s), at least in Vancouver version.
I wanted to get a properties value, but it doesn't seem to be possible without javascript (gs.getProperty()).
Anyone else has this issue?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2023 11:39 AM
Just tested this on my PDI (Vancouver), no issues.
Only thing I can think of, is checking this system property:
sn_flow_designer.allowed_system_tables
Link to KB