Hello,
I am trying to pipe in two data fields from a loop and merge list. Importantly, the fields need to be from the same row.
So my list looks like this:
Field1 (Ice Cream Flavors) Field2 (Cities)
Vanilla New York
Chocolate Seattle
Strawberry Denver
First, people should answer a question about a randomly selected ice cream flavor (this is easy by using loop & merge and then randomly selecting to display 1 loop). So far so good.
Next, they should answer a question about the respective city that MATCHES the row from field1. So if field 1 has randomly selected "Strawberry” then the field 2 which should be displayed is “Denver”.
I appreciate any help!
Thank you.