Hey guys! I’m trying to develop for a use case where a user needs to answer a several different questions every day (the same question) I’m wondering how I could go about building time based user specific responses.
I’ve come up with two possible solutions, one is to create an automation that will copy the rows containing the question, add today’s date, filter on the app by todays’ date and enable user specific answers.
The other solution is to use a form to store the response as well as n identifier to correlate it to what question was answered.