- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 03:50 PM
Hello Team
I'm trying to write an email notification on flow designer for a catalog item. I'm on the requested_item table. I want to dot walk to another custom table to get the fields. Examples: if the custom table has the fields: first_name, last_name or email. How do i write that on the notification.
I think you would write something like Hello ${current.variables.first_name}
I don't know if you have to specify the name of the custom table after variables or not. Because the custom tables could be many. If you have dot walk multiple custom tables, how do you know which ones go with the fields.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 11:32 AM - edited 04-05-2024 11:32 AM
@SnowDevOps Use notification email scripts to access other tables with reference to requested item table and then link it here.
Please mark this as helpful and accept it as a solution if this resolves your query.
Thanks,
Sujatha V.M.
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 06:58 AM
If the flow is used for single catalog item. Go with actions mentioned by Sujatha. Else Trigger an event by inserting a record in event log and then notification will trigger based on this event