Sto creando un'applicazione per un esame, ma sto avendo problemi a collegare Google apps script, continua a dirmi azione non riconosciuta nonostante ho controllato più volte e mi sembra corretto, qualcuno può darmi una mano?
TIMAI2
July 28, 2025, 4:25pm
2
You could start here:
Well, not quite "everything", but enough to help create a script, deploy it, update it and approve permissions for it, to begin with. Of course, there is the official documentation: Google Apps Script
First two guides to deploy a google apps script, standalone and one that is bound to a spreadsheet:
Second a guide to update your google apps script to a new version after editing the script:
Third a guide to correctly reviewing permissions for a script (this is also covered in the second …
or show us what you are trying to achieve. We usually need to see three things:
The apps script itself
The data source (e.g. google sheets)
Your AppInventor blocks