- 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 01:14 AM
@SnowDevOps Are you trying to access the variables used in the catalog item?
You can use "Get catalog variables" activity and select variable set or catalog item.
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 08:13 AM
No, i'm trying to write a notification.
I'm currently on requested_item table. I'm trying to access another custom table by dot walk
- 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 08:30 AM
No, i'm trying to write a notification
I'm currently on the requested_item table. I want to dot walk to another custom table. How would you do it ?