Multiple choice component issue

I am working on an app which allows users to select questions from our questions database for their quizzes. What I have encountered is a weird behavior where the multiple choice selection doesn’t select the choice if the string has a comma in it. Can someone please help sort this?

That’s expected behaviour.
You will need to change it so that the choice component writes a list of RowIDs (or similar), and use the value with the comma for display in the list.

3 Likes

Thanks Darren. That worked! To clarify what I did, I wrote to the cell the hash Value but used Display As question-text.

1 Like

yep, that’s what I meant. :+1:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.