Run the flow by sending catalog items from the order guide

kanakoA
Tera Contributor

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?

5 REPLIES 5

Eshwar Reddy
Kilo Sage

Hi @kanakoA 

It would be greatly appreciated if you could share the screenshot for reference.

Thank you
Esh

PritamG
Mega Guru

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.

 

 

 

 

 

Hello @PritamG 

Did you try this ?

And how you could iterate and trigger all the catalogue's flow at time.

Thank You 

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.