Flow Designer - use "Variables" from current Catalog ITEM

Gabriel Ho
Tera Contributor

Hey,

we deploy currently in our company a Global Service Catalog wit more than 200 Items.

I have currently the issue, that I need for each Catalog Item "static" Action for "Get Catalog Variables"

So I need for all 200 Catalog Items 200 specific Flows.

Is it possible to get e.g. all Variables "dynamic" from the current chosen Catalog Item?

 

 

Thank you very much

15 REPLIES 15

Hi @Gabriel Ho ,

If you want to set values dyanmically, then you have to first design you output result symmetrically.

For example, you can your output as -

outputs={

var_name: 'abcd',

var_value:'xxxx',

var_displayVal:'xyz'

}

 

Finally, use it on your parent flow.

Please note, this will incur INTEGRATION HUB subscription.

 

Few Screenshots -

find_real_file.png

 

find_real_file.png

 

 

find_real_file.png

In your case, you need to use only the generic attributes like - variable name, backend value, display value etc. (that is why, I mentioned in the beginning to make the output object symmetric)

In case, the answer was helpful, please click helpful and mark it as correct answer.

 

Regards,

Anirban