The CreatorCon Call for Content is officially open! Get started here.

Dot walk help

SnowDevOps
Giga Guru

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 

1 ACCEPTED SOLUTION

@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.

Please mark this as helpful and accept it as a solution if this resolves your query.
Sujatha V.M.

View solution in original post

5 REPLIES 5

luffy3478
Tera Guru

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