How to get sys id of a flow triggered from a script of the sys_flow_context table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 11:35 AM
Hi community,
I am triggering a flow(Flow Designer) using a script. Following it creates a record in sys_flow_context.
Now, I need the sys_id of this particular record in the sys_flow_context table.
The use case is, I would by gliding this record and updating the Source Table and Source Record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 09:49 PM
Hello @Mohd Najmuddin,
Please refer to the link below:
https://www.servicenow.com/community/now-platform-forum/how-to-get-the-flow-sys-id-sys-flow-context-...
Mark my correct and helpful, if it is helpful and please hit the thumbs-up button to mark it as the correct solution.
Thanks & Regards,
Abbas Shaik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 11:18 PM
Thanks @Abbas_5. Will look into it.