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 02:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 02:05 AM
Hi,
This will work, but you should just get the sys_id out of it while creating the input variables to the script.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 02:12 AM
Hi @Saurabh Gupta ,
Output is still showing as null
I have updated input action as
and added this action in the flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 02:16 AM
Step 1: Input Variable creation.
Step 2: JavaScript Step
Step 2a. Create JavaScript Step Input variable (which can be accessible with inputs.var_name syntax)
Step 2b. Script
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 02:24 AM
Hi @Saurabh Gupta ,
Thanks, Output is coming now. but i am unable to pick the value in the Send Email action.