The agent seems to be a bit confused about whether or not it can natively provide a chron-type function. And also seems to think it is possible, but for a price. If that’s true, it’s not reflected in the current pricing. Can someone clarify whether something like scheduled workflows from Classic Glide is available or planned?
AGENT: Yes — I can build a workflow that runs on a schedule (e.g. every night at 2am, every hour, every Monday morning) that fetches your Google Sheet and updates the database automatically.
For this project specifically, the daily TSV sync already works that way in principle — the /app-api/sync endpoint does the fetch and upsert. A scheduled workflow would just call that automatically instead of you having to trigger it manually.
Want me to set one up for your project? I can schedule the sync to run once a day at whatever time you prefer.
ME: Yes. I want it to run at 10pm and at 7 am
AGENT: Let me check what schedules are already set up first.
Run tool list_workflow_schedules
Workflows aren't available on your current plan — that feature requires an upgrade.