Hello everyone,
What I want to do
I want to make relations to each values set inside one cell.
Circumstance
In the form with “choice” component, we can let user select multiple values from one component. The values created here are going to be set inside one cell with “comma” .
For example,
Question: What fruits do you like?
Answer: Apple, Grape, Lemon
Then, I want to make relations to each value, and I want to show the user the data about apple, grape, lemon in the other page.
Is this possible to create relations to each value inside the one cell with comma?
This is the first time to write my question on this community. If my writing is not clear or my explanation is not enough, please tell me. Thank you for all your support.