Do script properties get carried over if saved within a Google Add On Extension?
I wrote a script that needs to store the username and password of a specific user in order to be used by a trigger on a weekly basis. I am storing these credentials as script properties so all users within a project can run the app as long as User 1 adds their credentials
appscript Session.getActiveUserLocale not working when i tested it on my iphone
i am working on a gmail add-on i am trying to get the user’s local language from the gmail settings using Session.getActiveUserLocale()
How to Update Previous Card in Google Apps Script
I’m currently making a Gmail Google Add-on but I’m confused about using card navigation in Apps Script. What I intend is to have Card A, Card B, and Card C in sequence, and when a button is pressed on Card C, Card C is poped and previous Card B should be updated to a Card B’
[Card A, Card B, Card C] -> [Card A, Card B`]