Help with questions and answers overwriting each other

Hello, I’m having an issue with the question and answer part of my app. How do I stop the overriding in the database fields for the question and its answer? For example: question 1 and its answer is replaced with question 2 and its answer, and so on. How do I correct this?

Here is what should happen:
When the user clicks the Next Question button:
• The app takes the question text displayed on the screen and saves it to the appropriate field in the Observation Collection.
• Simultaneously, the app takes the user’s answer (from the dropdown/radio button) and saves it to the corresponding answer field in the same record.

Welcome to the community @esteemconsult :partying_face:

If your list is filtered to retrieve right data then your actions should use the same data. Check this video out made by Victor! : https://youtu.be/GR4onw-TCHA?feature=shared

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.