- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2022 04:11 PM
Hello ServiceNow community,
I am creating an SLA Flow to trigger notifications using events in a scoped app, very similar to the OOB 'Default SLA flow'. However, the Event [sysevent] table is not available in the Create Record action. Unfortunately, I do NOT have admin role to edit global tables. Are there any other ways to create events from a flow in a scoped app?
Thank you!
Solved! Go to Solution.
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2022 11:09 AM
Hi,
A workaround might be to create a Custom flow script action, and in that action generate an event record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2022 04:17 PM
Hello azsnow,
Without admin rights to edit the table for can read, you would need to consider using either gs.eventQueue or gs.eventQueueScheduled which are open to scoped apps.
Please mark helpful/correct if this has helped you.
Thanks, Logan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2022 05:34 PM
Hello azsnow,
Is there anything else I can assist you with? If not, would you mind marking my reply as correct so that it shows as solved for others who may have the same question in the future.
Thanks,
Logan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2022 11:09 AM
Hi,
A workaround might be to create a Custom flow script action, and in that action generate an event record.