- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
Hi Team,
I am working on a Flow Designer (Application Access Request Flow) where a notification is triggered after fulfillment of a Requested Item (RITM).
The notification is triggering successfully, but I am facing two issues in the email content.
I am trying to include a clickable link in the notification that redirects to the specific RITM.
Current Behavior:
- The email is sent successfully
- However, the link appears with an incorrect or empty sys_id (sometimes null)
- As a result, it does not open the expected RITM record
Requirement:
- The link should dynamically open the correct RITM record every time
- Expected format:
What I Tried:
Issue:
- fd_data.trigger.table_name and fd_data.trigger.current.sys_id are not resolving correctly in Flow Designer context
I am using a catalog variable:
- Name: list_of_members
- Type: List Collector (reference → sys_user)
Current Behavior:
- Notification does not display selected users
- Since it stores sys_ids, nothing meaningful is shown
Requirement:
- Display user names in notification
Expected Output:
Note:
For link I have used the SetFlowVariables.
In Flow for Notification I have used the Send Email & That flow variable I have called in notification for link.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
Hello @Sirri ,
can you share me the screenshot of the flow?
Also, try adding a log action to check what values are coming through:
gs.log("Table Name: " + fd_data.trigger.table_name);
gs.log("Sys ID: " + fd_data.trigger.current.sys_id);
For the list collector, once we see the flow setup, we can adjust the script to resolve sys_ids into user names before sending them in the notification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hi @Sirri
Also refer:
KB1272388 Flow designer script not working as expected
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti