How to get radiobutton value in workflow and create a new property

I have created a radio group input.
I would get the value of the radiogroup when user submit the form and set it to my database

Here’s the radioGroup

The data types :slight_smile:

In the worklow trigger . create a new property, the RouteInput is disabled ( incompatible type

This is because you have the route field set to a List of Routeses type, not just a single Route.

In this case, you will need to add the selected value to the list as below:
Radiobutton value

Alternatively, if you only need to store a single Route, change the data type to just a single Route and save the value of the RadioButton as you have done for the other fields.

Thanks @codably ,
I have updated my model ,

Now I set a new state when Radio button is changed:

But I’m not finding athe state :slight_smile:
image

try refresh your editor page, this might be sily but some times happens

1 Like

Great it was that !

1 Like