Build a separate templatized data set from a Typeform survey

Hi,

I am building a Typeform survey that asks questions and I’d like to build a separate data set from these answers.

Example: Imagine that this is a survey for building a grocery list:
Q: Do you like fruit?

If yes, then add items: Apples, Bananas, Pears to data/Google sheet “Shopping List”

Hey Graham - that sounds like a fun flow to build. I can think of a few different ways to accomplish this in Parabola.

The simplest way might be to use the If/Else step. You can use this step to add new columns based on if/else conditions you build in the step. You can say if column: Do you like fruit? equals Yes, then set the value of new column as Apples, Bananas, Pears.

Eventually, you would export that new column you just created to your Google Sheet called “Shopping List”.

Would that work for your use case?