Hello. I have the user creating tasks where in one of the options they have to select from when creating the task is a radio button field with 4 options. I am setting the value they pick in lowercase to a text field for that task.
I then need to display tasks in different areas depending on what they selected for that radio button. To display those tests I am using repeating groups with the type of content as Tasks. I am then adding a conditional statement along the lines of: (field = parent group’s field is “text”) in order to only show tasks with one of the 4 radio options buttons selected, but just can’t seem to get it to work. Any ideas jump out here? Thank you!
And it definitely is creating the tasks correctly when the user hits upload as I can see the correct entries into the field when I look at the app data
It’s a weird thing where in order to enter your own text you have to select the empty option and then you can type it in. If you try and enter text before doing that it wont allow it.