Workflow Event Record: Passing multiple Variables in Parm 1

lhoang
Tera Contributor

Dear Community,

I am triggering an Event + Email Notification via Flow Designer by creating and Event Record in the sysevent Table.

Can someone tell me if it is possible to pass multiple Variables in one Parm? Because I would need more Information from the Catalog Item for the E-Mail Body Text.

If yes, how can i firstly pass the variables correctly, do i need to seperate the variables with a comma or something (see.Attachment as Example )? And secondly how can I address the different variables from parm 1 in the Email ${event.parm1}.XYZ..? 

lhoang_0-1726137088069.png

 

If no, is it possible to pass only one variable in parm1 and from there dotwalk in the Email? If this is the case how is the syntax?

 

Thank you in Advance!

1 REPLY 1

Voona Rohila
Kilo Patron
Kilo Patron

Hi @lhoang 

Can someone tell me if it is possible to pass multiple Variables in one Parm? Because I would need more Information from the Catalog Item for the E-Mail Body Text. - Yes You can concatenate all the values and send as param1.

VoonaRohila_0-1726139457720.png

 

 

You can access as ${event.parm1} and  ${event.parm2} in your notification Subject and Body.

 


Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP