
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 07:28 AM - edited 08-24-2023 07:30 AM
Hello everyone,
I need to use the sc_req_item table in the Record Updated trigger to automate a process in flow designer. However the table does not appear in the field. How can do I get this?
Regards,
Leandro Oliveira
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 07:31 AM
Unfortunately you can't, because the only available trigger related to requested items is the 'Service Catalog' one. However, you can call your flow or subflow using the FLOW API from a business rule which can run on update of a record in the sc_req_item table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 07:34 AM
Hi @Leandro Oliveir,
You can't. Flows on req_item can only trigger by choosing trigger Service Catalog.
If you really want to do something in a flow on sc_req_item, you could use a subflow, and trigger it by a business rule.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 07:31 AM
Unfortunately you can't, because the only available trigger related to requested items is the 'Service Catalog' one. However, you can call your flow or subflow using the FLOW API from a business rule which can run on update of a record in the sc_req_item table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 07:34 AM
Hi @Leandro Oliveir,
You can't. Flows on req_item can only trigger by choosing trigger Service Catalog.
If you really want to do something in a flow on sc_req_item, you could use a subflow, and trigger it by a business rule.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 07:34 AM
Laszlo is correct. You could always create a subflow and call it from whatever flow is running for your catalog item. If this isn't an option then a business rule/other logic to trigger your flow/subflow is the best option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 07:36 AM
If you want the flow to work for certain catalog items, then you need to provide the flow name in the catalog item.
Trigger can be Service catalog only.