0

I hope you can help me with this. I have assigned a script to multiple drawings (as buttons) in Google Sheets and is running perfectly on PC. When I try it on my phone, the script does not run, but rather gives an option to edit. What should I do, please?

TheMaster
  • 45,448
  • 6
  • 62
  • 85
Moustafa
  • 27
  • 1
  • 5
  • @Rubén thank you for the answer but unfortunately it does not work for me as I have multiple buttons with multiple scripts. – Moustafa May 01 '20 at 23:22

1 Answers1

1

The Google Sheets mobile apps doesn't support using drawings as buttons (assign a Google Apps Script function).

Regarding what you should do, you should look for other ways to call your functions from a mobile apps like using a edit trigger.

Related

Rubén
  • 34,714
  • 9
  • 70
  • 166