Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

comments in flow designer

craigsnowadmin2
Kilo Guru

in flow designer action  , is there a way to combine two input  variables in one data pill to be the value  . As an example, input variable location = city data pill + state data pill 

1 ACCEPTED SOLUTION

Appli
Giga Sage

Hi, flow designer does allow a concatenation of one or more data pills for some fields.

Example: I have an action with one string input, it contains two data pills (incident id : incident short description):

find_real_file.png

Hope it helps

Hope it helps

View solution in original post

2 REPLIES 2

Muhammad Khan
Mega Sage

Hi

 

Did you try using flow variable ?

Create Flow Variables as per your requirement.

find_real_file.png

Use Set Flow Variable Logic to set their value.

find_real_file.png

Appli
Giga Sage

Hi, flow designer does allow a concatenation of one or more data pills for some fields.

Example: I have an action with one string input, it contains two data pills (incident id : incident short description):

find_real_file.png

Hope it helps

Hope it helps