Can I resuse a flow for multiple catalog items?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 03:24 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 04:11 AM
Mark it as helpful if it is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 04:20 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 04:28 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 04:39 AM
Hi @vidhya_mouli ,
Please use "outputs" instead of "output" in the script step