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

Is there a way to automatically clear form responses after 24 hours?

  • July 6, 2021
  • 2 replies
  • 26 views

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?

2 replies

  • July 13, 2021

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


grahulp5
QPN Level 3 ●●●
Forum|alt.badge.img+13
  • QPN Level 3 ●●●
  • July 13, 2021

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