Add to a Form Response

How do I go about having a form response update rows in a previous form response? Currently, I have a challenge in app that records the finished challenge to a tempChallenge log. I need them to be able to add to their record when they complete a new task and not create a whole new line in the tempChallenge log.

Forms should only be used to Add rows of data. If you want to edit an existing row, you should be using an Edit screen instead.

Hmm…Not sure why I didn’t think about that…Thanks!!!

1 Like

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