I'm developing google-sheets add-on.
I want to create functions that create triggers associated to individual spreadsheets. I think that GAS SpreadSheetTriggerBuilder realize this function, but it doesn't work well.
When I test it as addon, triggers that I set using SpreadSheetTriggerBuilder don't work. Whent it is GAS project, they work well.
Who knows my problem??