How can I pass value to the radio buttons from a flow

I need to pass the value from flow to the radio buttons. how to achieve it

Comments

  • Hi there,

    I made an example to show how you can do this! Before your form, you will need to use a Run Sub Flow step to run the flow that will be outputting the values you are looking for. I used mine to create a list of strings called StringList.

    My form has the following settings for the Radio Buttons control because I want it to accept a list of strings.

    Then at the flow level, you can pass in the list of strings from the subflow that it will use for the Radio Buttons.

    Let us know if you have any additional questions about this!

Sign In or Register to comment.