Triggering a Flow From a Radio Button?

Triggering a Flow From a Radio Button?

Comments

  • Hi,

    Yes, its possible to trigger a flow based on selecting a radio button. I have created a relatively simple example of how this might work.

    The form runs a data flow based on the selected radio button (Opt-Out). In that data flow, there is a truth table with multiple results per radio button string. Im not quite sure how youre getting your data, so I just mapped them as constant here. The data flow takes in the selected radio button string from the form, runs that table, and then uses the results of that table in the end step to output onto the form.

    Additionally, you would use visibility rules to hide and show the result area. I put all the Result components on a separate grid (ResultGrid) and made that the control for the visibility rule. Let me know if this answers your question or if you need additional help.

  • Unknown
    edited November 2023

    Is there a way to run a flow based on clicking a radio button option and passing that radio button value into the flow?
    In the follow requirement we will need to pass the radio button value into a truth table to get the values to display under “Result”:

Sign In or Register to comment.