- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 05:23 AM
- On Submit, Assign ticket to Data Warehouse(create new group) group.
- Create Security checkbox on the SCTASK (only Visible on the SCTASK, not on the catalog form).
- If fulfiller checked the security checkbox before closing the SCTASK then trigger an approval to the Security(create new group) group
- If security team approves the request then create new SCTASK and assign it to ServiceNow team else close the RITM.
I have created the frontend form for this the problem I am facing is
1) Not able to get "sc_req_item" on the table inside trigger record created due to which I am not able to create SCTask on RITM , can some one help please, I have to do this with flows only, I tried with business rule and it worked.
The scope(Application) is already global .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 05:34 AM
this is by design and expected behavior for flow designer
[sc_req_item] Table not available on Trigger of Process Automation Designer
You will have to proceed with business rule only here.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 05:30 AM
Could you please provide a screenshot showing the flow that you created so far
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 05:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 05:34 AM
this is by design and expected behavior for flow designer
[sc_req_item] Table not available on Trigger of Process Automation Designer
You will have to proceed with business rule only here.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader