Run the flow by sending catalog items from the order guide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2025 06:24 PM
I have set up three catalog items in the ordering guide.
To create a record from a catalog item, I create a flow and specify the corresponding flow for the catalog item.
However, when I send the order guide, only the flow of the last catalog item moves.
How do I run all the flows and create records from catalog items?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2025 07:06 PM
Hi @kanakoA
It would be greatly appreciated if you could share the screenshot for reference.
Thank you
Esh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2025 08:41 PM
to run all flows for catalog items in an Order Guide, you need to:
ensure each item has its own flow assign individual flows to each catalog item in the flow designer and enable parallel processing in the flow for the order guide, use the "For Each" loop to trigger each item’s flow separately then check flow triggering configuration ensure the flow trigger is correctly set for requested item (RITM) creation, not the overall order.
this ensures all catalog item flows execute independently.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2025 07:40 AM
Hello @PritamG
Did you try this ?
And how you could iterate and trigger all the catalogue's flow at time.
Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2025 08:23 PM
you can iterate and trigger all the catalog's flow simultaneously by using Flow Designer with a loop to iterate through catalog items or Scheduled Jobs to execute multiple flows in bulk. Use the REST API or Script Includes if you need custom scripting for batch processing.