I want to use Flow Action from a catalog request to submit another catalog request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 06:28 PM
Is it possible to create a flow that if you check a certain field in CatalogItem, another catalog request is submitted?
I want to use Flow Action from a catalog request to submit another catalog request.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 08:04 PM
Hello @ayano Yes possible using Flow actions called "submit catalog request" or by using Cart API.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 09:25 PM
Hi @Harish KM ,
Thank you for your comment.
> "submit catalog request" or by using Cart API
Wouldn't using these create a catalog item?
What if I want to create a request (sc_req)?
Thanks and Regards,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 09:30 PM
Hi @ayano you would need to select catalog item to create a request .The action will create a request for selected catalog item.
Alternatively you could also look for different action "create request"
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 10:34 PM
Thanks.
> you would need to select catalog item to create a request .The action will create a request for selected catalog item.
You're right.
What I want to do is as you said, I want to select a specific catalog item to create a second request.
I mean, I want to use Flow Action from first request to create another request (second request) .
How can I create a flow to submit a specific catalog item as a Request using this Action?