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

How to call an email script in an email template where some of the fields are pulled from a table.

LK11
Mega Expert

I have to set up a group email notification.   I have an email template in which values for some fields are pulled from a table.   I have written an email script to get the value of one particular field.   But i don't know how to call the email script only for that field in the template along with the rest of the values coming from the table.   Any advise would be appreciated.

Thank you

1 ACCEPTED SOLUTION

If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.



If you are viewing this from the community inbox you will not see the correct answer button.   If so, please review How to Mark Answers Correct From Inbox View.



Thank you


View solution in original post

8 REPLIES 8

Dan Tolgyesi1
Tera Expert

Hi,



in the notification body, where you want the output of the mail script you need to use: -



${mail_script:NameOfMailScript}



Thanks


DAn


LK11
Mega Expert

Hi Dan,



I have the following fields that need to be populated.   All the values are coming from a form except the release date.   I have an email script for that but I don't know how to call.



Current Status: ${state}


Update: ${user_input}


Impact: ${trading_impact}


Release date:




Thanks


you need to call like below:


${mail_script:script name}