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

dmathur09
Kilo Sage
Kilo Sage

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

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

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?

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