calling the system properties in flow designer inputs

LaraReddy
Tera Guru

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.

14 REPLIES 14

asifnoor
Kilo Patron

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. 

 

1683102443114.png

 

Mark the comment as a correct answer and also helpful if this has helped to solve the problem.

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.

LaraReddy_0-1683105211336.png

Advance thanks.

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.

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.