Can't understand the workflows of Radio Buttons

Hi Guys

I am unable to do the workflows for radio buttons for both static and dynamic choices
Here is a video with my problem can you help me?

What do you mean by configuring the workflows?

  1. Do you want to know how to conditionally show/hide questions depending on what the user selects in the Radiobuttons?; or
  2. How to save this question’s data to your DB?

I would like to know How to save this question’s data to your DB?

Radio buttons was always a problem of mine. I always use group+icon+text instead.

I group text & empty checkbox icon together to get a radiobutton visual. I setup a workflow when group is clicked.

In your case I’d store results in a custom state first and update the DB when the final submit button is clicked.

Hope this helps.

When you are creating a new thing in your DB, you can refer to the RadioButton’s selected value

If it’s a yes/no field - you can use RadioButton’s value is “Yes” (this will return a boolean yes field if the RadioButton Yes option was selected, and similarly for the no case)

Let me know if you need help with setting this up in case you aren’t able to figure it out :slight_smile:

Is there a video or something that you could share that can help me understand what you’re suggesting?

Just right click on the radio button and select “start/edit workflow”

This topic was automatically closed after 70 days. New replies are no longer allowed.