Automatically Update an Excel file from various actions in GlideApp

Hi everyone,

I’m developing an app that monitors a interclass competition in a public school in Portugal for students between the 7th and 9th grade. Each class is evaluated by their teachers and operational assistants that work with them in a scale of 1-5. The average grade reverts directly to points for each class. They can also receive points if they reach the objectives defined by the School Board when it comes to their performances in tests or the behaviors of merit they had during the semester. Finally, to further engage students Quizzes were also added to the app. The results are positive so far, but to further analyze the data from the competition and alert teachers and operational assistants of the grade submission I’m having a lot of manual work in the weekends. I have a Pro Account and I have Push Notifications that I send (even though I’m not yet figure out the best way to create a time trigger that sends the reminder to certain teachers) and I have to export the CSV of each GlideTable that contain the submissions and analyze them in an Excel. I already optimize the Excel so that the data is showcased in a more friendly manner and I’m even working with PowerBI to improve this.

My question is simple: can you help me pass the information from GlideApps to Excel in real time? What options do I have using GlideApps integrations and how expensive are they? I’ve tried Zappier, but my API key doesn’t work and I don’t understand why. If you could help me I would be extremely helpful. I’m a part of a bigger team that works in their off time with the goal of improving the way public school operate in Portugal accross all levels and we are extremely motivated in our mission. Thank you!

Time-based actions are not available in Glide for now.

By Excel here, do you mean Google Sheets or an online Excel workbook?

Excel workbook

So it’s stored on Sharepoint or somewhere else?

By the way, your plan doesn’t allow you to do a query to get data. If the file is stored on Sharepoint, maybe an option is to connect it directly with Glide? I can’t recall if Excel is available on Pro Legacy.

It is stored in Sharepoint. I don’t know a way to use an action in GlideApps as a trigger to update an online Excel Workbook.

Excel is available as a data source.

Can I change DataSources right now? Or do I have to create a new app? I had no idea this was a thing

You can add that Excel file to your list of data sources (providing your plan allows it), but if you want to connect that to components/flows in your app you would have to re-do it.

I’m more interested in passing the information from Glide to Excel and not the other way around. Is their anything I can use without re-doing what I have previously done? Thanks

I think here’s the best option I can share for now.