Is there a way to automatically clear form responses after 24 hours? | XM Community
Skip to main content

Basically the title. I want all responses deleted so I know which responses are new and what aren't. I scheduled a task to run daily at the desired time, and I'm thinking the only way to execute is by running code. Any way I can do that?

Hi,
I don’t think that this feature exists in Qualtrics.
However, I can suggest another way to achieve your objective.
Step1: Download the data in csv or excel format.
Step2: Sort the data based on the timestamp.
Step3: You can either filter out the recent data or remove the old data.

I believe this hack will help you.

Regards,
Sumeet


You can set a time using get date and time and at some specific time just empty the form values by ".val('')"


Leave a Reply