Show MutliVariable set in the notification via Flow designer

Samiksha2
Mega Sage

Hi All,

 

I am trying to show multivariable set values in the notification using Flow designer.

I have created custom action:

Samiksha2_0-1703235942817.pngSamiksha2_1-1703235988325.pngSamiksha2_2-1703236019781.png

Samiksha2_3-1703236047833.png

Outputs are coming as null.
Also i am not able to add these values in the notification.

 

Please help in this.

 

Thanks,

Sam

10 REPLIES 10

Maik Skoddow
Tera Patron
Tera Patron

Hi @Samiksha2 

for several reasons I wouldn't do this in Flow Designer. First: You do NOT send emails in Flow Designer. NEVER! And the second reason are the difficulties with handling complex data structures as you have.

Instead, trigger a notification in Flow Designer or do completely the notification configuration outside. Then implement an email action script that transforms the MRVS to an HTML table.

Maik