Historical Analytics by Date

I have the exact need as you for my last project. I think there are 2 ways to go here:

  • If you have access to Glide API’s query (on Business/Enterprise), perhaps you can query the whole tables and do aggregation to get the right numbers (of Users, Events, Events Complete - basically re-calculating them in Make/Zapier), then push those to your analytics table.

  • The alternative is to duplicate your app, which will keep your tables intact. Change your app to fully public, clear all tabs and add only one new, built on top of your realtime-analytics table. Add a button that will add a row to the historical-analytics table.

  • To fully automate the 2nd option, I use Automa. My scenario looks like this.

I run it locally, at a time when I know my laptop is surely on.