- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2023 09:57 PM
We plan to store the values processed within the flow in flow variables.
I am planning to create a notification record with the "Send Notification" action.
Can flow variables be used in notification records?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2023 11:07 PM
It's not possible to use flow variables in send notification but instead you can use 'Send Email' action.
Also If your notification is on ritm/ctask table then you can get the variables details from notification script and include it in your notification.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2023 10:48 PM
Hi @bonsai
The notification which you want to trigger is on which table? Can you explain in detail of your requirement.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2023 10:58 PM
I want to verify whether it is possible or not, so a table is appropriate.
I don't want to use the values associated with the table, but I want to use the values of flow variables created within the flow.
Kihi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2023 11:07 PM
It's not possible to use flow variables in send notification but instead you can use 'Send Email' action.
Also If your notification is on ritm/ctask table then you can get the variables details from notification script and include it in your notification.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2025 02:01 AM
It doesnt seem possible to use flow variables in send notification.
The "Send Email" action can be a maintenance issue if you are using templates and email scripts. In this case you can use "Fire Event" to call the notification and use Param2 to get the data from a Flow Variable to pass to the notification,
Create event:
Create notification:
Set Flow Variables:
Fire Event to trigger the notification:
Hope this helps.