Get team's usage quota to display in app

Hello !

First of all, thanks for all the answers I found here!
I am asking you today because I did not find an answer to my need.

I am relatively new here and I am developing an application for which I need to retrieve the number of rows and the number of updates left in my team and display this information on the application screen.

Has anyone ever tried (and succeeded) in doing this?

Thank you for your interest in my question.
Thomas

Hey @Thomas_THEVENOT

I believe for now You have to use Google sheets to count rows using formula
& maybe we can count edits update using appscript

But it will count updates every time your rows changes :slight_smile:
Or use Appscript for counting rows and use set trigger to minimize it

A native component will be so useful !