Flow should be created for each OrderGuide or Catalog item now ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 02:11 AM
I'm planning to use OrderGuide to provide multiple catalog items in succession to a user.
Q1.
A flow is associated with 1 catalog item , is this correct?
Q2.
Should I use "cascading variables" to pass data between catalog items?
Or should I get the contents of other requested items from the "Request" associated with the requested item?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 03:57 AM
Q1 Yes you can associate one flow with one catalog item but also you can the same flow with others also but you need check the logic(like same process use by other catalog item then you can use it but if they have different actions and operation then you could not use the same one you need to create different one ) .
Q2 Yeah you should use the cascading variables in order guide so it will easy to you to handle multiple catItem with same variables name if they are not same then you need to create separate variables for the catItem
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Thank You