How to output and access a collection of Strings in Forms (Create Form)

I am utilizing the Create Form Activity to create a prompt for the user to select different options as seen below:

Is there a way I can output this into a list of strings to be later used in another workflow to be accessed in an Type Into activity and how so? New to this so I’m still learning, apologies. I used Form1, Form2 in the options as foo options to just test.

Hi @ajeffers

in the form activities you can see data bindings there you can pass list of strings to get a drop down in form.

Regards
Roshan

Please find attachmen

Use drop down list option from form designer

image


See Drop down

Mark as solution if found useful :wink:
Regards
Roshan

1 Like

Would you be able to build a quick example? A little confused.

Please find below example
CustomForm_DropdownInput_Example.zip (20.2 KB)

Regards
Roshan