I’m working on a table that pulls in user data to generate a weekly summary message using AI. The issue I’m running into is that the “Complete Chat” column keeps updating every 5 seconds — even though no new data is being added and no new rows are being created.
Has anyone experienced this before?
What could be causing this?
Is there a way to see what’s triggering the update so I can troubleshoot it?
Okay, that most likely explains it, because the current date/time in Glide changes every 10 seconds. What you should do is convert your dates to integers using a Math column. Use the following formula:
Do the same using the current date/time as a replacement, and then do a numerical comparison. Because this value will only change once every 24 hours, that should resolve your problem.