We have a requirement that if a user submits multiple times in a day, only the most recent response for that day should be saved. In the typeform, on Submit, how can we add logic to find existing responses for the same user (let’s say a user is identified by first name and last name fields) on the same day and delete them first, before saving the current response?
The solution for the above will also help solve another requirement (say) to restrict only one response (the latest) per user per quarter.
