Hello,
I need help optimizing my workflow for exporting Clockify entries to Google Sheets. I’ve set up the scenario to run once per day, just before midnight, but I’m encountering an issue.
I have a module that finds time entries from Clockify and adds rows to Google Sheets. While it works, the problem is that every time it runs, it exports all the entries instead of only the new ones that haven’t been exported yet.
I’ve tried several solutions, including:
- Adding a “Search Row” or “Get a Range of Values” module with Google Sheets to identify existing entries and filter them out. However, this approach consumes an excessive number of credits—potentially tens of thousands over time.
- Using a Data Store to check for the existence of records, but this method also ends up using too many credits.
I’m looking for a more efficient way to achieve this without incurring high credit usage. Ideally, I want the workflow to export only the new entries added since the last run.
Does anyone have suggestions for how to set this up more efficiently?
Thank you in advance for your help!
Best Regards