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

Sujatha V M
Kilo Patron
Kilo Patron

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

 

SujathaVM_0-1712304814194.png

 

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.

No, i'm trying to write a notification. 

SnowDevOps_0-1712329947185.png

I'm currently on requested_item table. I'm trying to access another custom table by dot walk

 

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

No, i'm trying to write a notification

SnowDevOps_0-1712330312496.png

I'm currently on the requested_item table. I want to dot walk to another custom table. How would you do it ?