calling the system properties in flow designer inputs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2023 01:12 AM
Hi All,
We have created Two "String" system properties.
In flow designer we created Two input variables.
And now we want to call those Two properties in flow designer and get the outputs.
Can anyone please help us here.
Advance thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2023 01:28 AM
Hello Lara,
Not sure, what you mean created 2 input variables in flow designer. Where exactly did you create the input variables?
You can do lookup records and select the table sys_properties and can add a condition with your sysproperty name. This way, without any code, you can get the value of the sys prorpties and then you can use the value of the property as input to your action or subflow.
 
Mark the comment as a correct answer and also helpful if this has helped to solve the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2023 02:14 AM
HI asif,
Many thanks for the response.
Sorry for confusing you, we are created one flow "Actions" and in the Actions level Two Inputs are available and now we want to get the Two system property values to above mentioned inputs.
Advance thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2023 02:44 AM
Hello Lara,
So before calling this action from the flow, just use the lookup records (refer to my screenshot) and then pass those values to this action using the data picker.
Mark the comment as a correct answer and also helpful if this has solved the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2023 03:01 AM - edited ‎05-03-2023 03:01 AM
Not sure we're following you.
We want to build the logic in Actions level only
Post creating the two inputs, What if we use the script to call the two system properties.
Advance thanks.