Flow Designer - How to use HTML text along with the script

Hari7
Kilo Guru

I am trying to send incident notifications using Flow Designer where I need to use only the latest comment on the notification and not to send all the comments.

If i add Additional Comments in the data pill, it sends all the comments in the notification. If I use the script instead of the data pill, I am able to send out the latest comment but the other variables/fields and text associated with that are not sent.

Data Pill:

find_real_file.png

Any idea how to get all the body along with the latest comment on the notification.

21 REPLIES 21

Test Result:

find_real_file.png

in your script step you need to create the output variables:

find_real_file.png

Not sure what I am missing but made changes as per your last note but still it is failing.

 

Script

find_real_file.png

 

Test Result:

find_real_file.png

after creating the output variables in the script step, did you update your output values:

find_real_file.png

Yes this is what I have on the O/P

find_real_file.png