Workflow Event Record: Passing multiple Variables in Parm 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2024 03:31 AM
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..?
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2024 04:06 AM - edited ‎09-12-2024 04:12 AM
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.
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