I am making an inspection form for people to fill out. There are a lot of questions that are highly likely to stay the same every inspection. I want to be able to autopopulate the field with their previous answer.
With a test survey, I successfully got it to pull the submitted data from the feature layer and bring it into the survey. However, when I add a new survey response with different answers it does not update. For example I did one survey with ID 1 and blue, then that worked but after doing ID 1 with green it still displayed blue.
I have it sorted by an automatic now() datetime. I also have looked in the test query and tested to see the most recent response with the same sort parameters and the output was correct. I attached an image of my form, I'm sorry it is not the correct format - I'm not sure how to upload it as a document preview of the xlsx form!
Any help would be appreciated. Thank you!