Flow Designer - use "Variables" from current Catalog ITEM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2020 06:52 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2020 01:45 AM
Hi
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 -
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