Commas (,) preventing multiple choices to be selected

First time reporting a bug? Refer to our Start Here post.


Team ID:

  • In the Glide dashoard URL, e.g.
    https://go.glideapps.com/o/your-team-id-here/

App ID:

  • In the Glide builder URL, e.g.
    https://go.glideapps.com/app/your-app-id-here/layout

Description

  • Choices with (,) are not clickable with multiple selections

How to replicate

  • Create multiple choice, a column with multiple selections

  • allow one of the selections to include a comma as a part of a statement

  • the selection with the comma will not be clickable

  • all of the selections are clickable if only one choice is possible

I don’t believe this is a bug. The multiple select works by writing a comma separated list of selections to the target column. So if you include commas in your choices, then naturally this will break it.

What you should do is use different columns for each of the “Values” and “Display as” options in your choice component. For example, use something such as a RowID for the “Value”, and your column that includes commas as the “Display as”.

1 Like

Thank you for responding. I have written statements… sentences, so they are not necessarily easily placed in different columns. For example, a statement like this one that requires a comma.

I am trying to follow your suggestion, but I am not really clear about how to use it with sentences.

For example, these are three actual statements that are not clickable, but require commas:

- I believe God is One and is expressed through the Trinity - Father, Son and Holy Spirit.
- I believe regardless of the Name given or language the Name is called in, there is one God.
- I believe God is greater than human expression or description, God is all there is.

What would your suggestion be for making them selectable?

You would have the following:

In your choice component:

  • Values: RowID
  • Display as: Sentence
2 Likes

Okay, thank you. I will try that.