The CreatorCon Call for Content is officially open! Get started here.

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"];