Unable to manually invoke bound script in Google sheet when accessing from iPad using Sheets app
I created a bound script in a Google spreadsheet that I want to access from different devices. The main sheet contains raw data. The script summarizes the raw data and puts the results in a second sheet. I created custom menu (ui.createMenu) to allow the user to select one of several extract options.
This worked fine when I load the spreadsheet in Chrome on a PC but the custom menu doesn’t show when you open the spreadsheet in the Sheets app on an iPad. So I tried adding a Dashboard sheet with several buttons linked to the functions for the different extract options. Again this works fine on a PC, but when I open the Dashboard sheet on my iPad and tap one of the buttons it acts like I’m trying to edit the sheet instead of running the script.