Show MutliVariable set in the notification via Flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 01:09 AM
Hi All,
I am trying to show multivariable set values in the notification using Flow designer.
I have created custom action:
Outputs are coming as null.
Also i am not able to add these values in the notification.
Please help in this.
Thanks,
Sam
- Labels:
-
Request Management
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 01:39 AM
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