Call a system property from flow designer

Jyotsna Behera
Tera Contributor

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.

1 ACCEPTED SOLUTION

OlaN
Giga Sage
Giga Sage

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:

find_real_file.png

View solution in original post

5 REPLIES 5

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!