Situation: I have created a new project in Google Apps Script suite. In my Code.gs I have defined two custom functions like so:
Problem: When I try to follow the procedure to test the add-on (instructions here), with latest code and configuration "Installed and enabled", I cant seem to use the custom function defined in my script:
Any ideas why?
Additional info:
If I create a script without going through the G Suite, just by opening Tools>Scripts etc.. the custom functions work. That said, I do need to go the G suite way because Im planning to publish this script as an add-on.
Also, I know the script is working/executing because I have some code that creates a custom menu entry which does appear in the sheet.