I am not able to select the Requested Item(sc_req_item) table in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-17-2022 04:46 AM
Hi All,
I have a requirement when RITM is escalated I need to send the notifications for 1st escalation and 2nd escalation for 5 business days and 3rd escalation for 8 business days.
I'm not able to select the Requested item table in flow designer. I need a trigger condition like when escalated changes.
can anyone help me on this.
Thanks
saikumar
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-17-2022 04:51 AM
Hi
you cannot select table sc_req_item for a "Updated" or "Created" trigger. This is because there is the "Catalog" trigger which you have to take instead.
If you want to react on RITM changes, you can implement Business Rules.
Please see https://developer.servicenow.com/dev.do#!/learn/learning-plans/paris/servicenow_application_develope... for examples on how to trigger (Sub-)Flows & Actions via scripts
Kind regards
Vashnavi Lathkar
If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-18-2022 01:58 AM
Hi,
Are you in correct scope i.e. global?
As per this KB
Flow designer does not trigger on Request Item [sc_req_item] and Catalog Task [sc_task]
- You need to activate different plugin for flow designer in Service catalog.
- Plugin name - Flow Designer support for the Service Catalog plugin (com.glideapp.servicecatalog.flow_designer)
- After the plugin is activated, in 'trigger' field you will have to select "Service catalog" and the 'table' field will disappear and you can create a flow designer in Service catalog.
Regards
Ankur
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-18-2022 02:02 AM
Hi
The plugin is already activated in the instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-18-2022 03:52 AM
Hi,
are you in correct scope i.e. global?
Regards
Ankur
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader