I'm facing this issue while I'm running the script. one day before if was working fine for me. I did clear all the cache of chrome browser and I tried another laptop also but the issue is as it is. please help me to resolve the issue.
The code I'm running is:
function onOpen(e) {
var menu = SpreadsheetApp.getUi().createMenu('Reporting Tools');
menu.addItem('Create Unit Scorecards', 'HSIPScorecard2021CountryScripts.createInputSheets');
menu.addItem('Notify Unit H&S Heads', 'HSIPScorecard2021CountryScripts.sendNotifications');
menu.addItem('Consolidate Unit Data', 'HSIPScorecard2021CountryScripts.Consolidate');
menu.addToUi();
}
HSIPScorecard2021CountryScripts
the name of your library and has it been installed properly? – Matinee