Triggering creation of data structures

Hi @tkasenberg ,

I don’t think you need this kind of activity to solve your issue. Currently any no-code tools have difficulty to do this, and the complexity it brings can offset to just use code solution.

Back to your issue, you need to record answers from attendee of the event and it needs to be sequential, new question come up after answering.

If that is the case, here are my suggestions:

  1. Have questions master collection which contain all of the questions, this could be linked to event collection or not, depending your scenario to ask questions
  2. Have events collection, this is obvious, so we can reference here from answers collections
  3. Have answers collection that is generated (created in batch process) from questions master collection by events and by attendees
  4. Have screen that move in sequential to next question, by simply adding counter in filter of the list

More info will need to be investigated to come up with more detailed approach.

For analyzing answers, you can check my post here.