Learning: Send email via event from Flow Designer in ServiceNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 01:41 AM
1. If you want to fire event there is no OOB action for it. So, you have to create one. I will share one dynamic way of creation create an event action which can be used in any flow.
Input Step:
Script Step:
This way you can trigger event by passing the dynamic parameter.
Hope this helps!
Regards,
Shamma
- 629 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 02:26 PM
Shamma,
Have you tried this action? If so, what do you pass as a value for the record? Per the documentation reference for eventQueue, the record should be an object, not a string.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 05:54 AM
Yes, it is the same here also. I am passing the trigger record here in record. So here you can pass any record from any action.
Regards,
Shamma