Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Show MutliVariable set in the notification via Flow designer

Samiksha2
Mega Sage

Hi All,

 

I am trying to show multivariable set values in the notification using Flow designer.

I have created custom action:

Samiksha2_0-1703235942817.pngSamiksha2_1-1703235988325.pngSamiksha2_2-1703236019781.png

Samiksha2_3-1703236047833.png

Outputs are coming as null.
Also i am not able to add these values in the notification.

 

Please help in this.

 

Thanks,

Sam

10 REPLIES 10

Hi @Saurabh Gupta  ,

or this

Samiksha2_2-1703239415280.png

 

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

Hi @Saurabh Gupta  ,

Output is still showing as null

Samiksha2_0-1703239878110.png

 

I have updated input action as

Samiksha2_1-1703239909334.png

 

and added this action in the flow

Samiksha2_2-1703239968559.png

 

 

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

Hi @Saurabh Gupta  ,

Thanks, Output is coming now. but i am unable to pick the value in the Send Email action.