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.

Adding Multiple Values to List Field in Flow Designer

Ziad Qadora
Kilo Sage

Hello,

I'm creating a record in flow designer and need to populate a List field with multiple values.  What is the best way to accomplish that?

Regards,

Ziad

1 ACCEPTED SOLUTION

Ziad Qadora
Kilo Sage

What I did is add a script as follow

return ["Choice 1", "Choice 2"];

View solution in original post

1 REPLY 1

Ziad Qadora
Kilo Sage

What I did is add a script as follow

return ["Choice 1", "Choice 2"];