Survey123 Connect v3.19.104
Since 2018, I've been using editdate>=CURRENT_TIMESTAMP-30 in the Inbox for a specific survey to show the last 30 days of submissions. Last week I noticed it has been pulling in ALL past submissions.
I tried EditDate>=CURRENT_TIMESTAMP-30 and it pulled all submissions
I tried installation_date (a field that has always existed in the survey) and it worked.
Did something change behind the scenes that would cause using editdate to not work as expected?