Hi @SkylerQu2 ,Your current setup exports data every 15 minutes, but some records might be logged late, meaning they fall outside your query’s time range and never get captured.Here’s some fixes that worked for me :1. Use @lastModified Instead of @eventDateRather than relying on when the event occur...