Can I resuse a flow for multiple catalog items?

vidhya_mouli
Giga Sage

I have created a flow for approval of a catalog item. The process is same for multiple catalog items. However I am unable to use the same flow because the Template Catalog Items and Variable Sets field is mandatory. How do I make this generic to suit other catalog items.

 

 

Flow-Designer-Flow-Designer-Flow-for-IT-Catalog-Deliveries-Approval.png

8 REPLIES 8

Mark it as helpful if it is

According to the third step, we need to map the variables. My catalog items do not have the same variables. They have different variables. I just want to reuse the approval process. Is that possible?

Hi @vidhya_mouli ,

       In the script step you can map different variables of different catalog items. 

Use "output-variable_name = inputs.ritm.variables.variable_name" for accessing the variables that are not part of variables sets.

yes it is possible.

 

Mark this as helpful if it is

Hi @vidhya_mouli ,

       Please use "outputs" instead of "output" in the script step