- 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
‎10-22-2023 12:20 PM
You are correct. I didn't realize that system tables need to be added separately to this property.
I only had sys_attachment,sys_data_source,sys_flow_data there. Thank you!