Hello, I am using an intake form to capture the preferences of the submitter in a "Choices" column, there are over 100 available options in that column.
I'd like to be able to group and sort these in a Report, however this is not possible to do with a Multi-Select Dropdown value.
As such, I'd like to transform the submission into multiple rows. For example, if someone enters:
Name: John Doe
Choices: A,B,C,D,E,Q
I'd like it to be transformed into:
Name Column: John Doe, Choice Column: A
Name Column: John Doe, Choice Column: B
Name Column: John Doe, Choice Column: C
Name Column: John Doe, Choice Column: D
Name Column: John Doe, Choice Column: E
Name Column: John Doe, Choice Column: Q
I've been seeing articles on the forums using "HAS' and Copy Row automations, but with over 100 choices, it seems like it could mean 100 automations. Is there a better way?