Time:09-17
I am trying to modify a google-form app script explained
CodePudding user response:
Try replacing
if (topics.length > 0) {
...with:
if (!topics.length) { topics = ['(no topics selected)']; } if ((true)) {
Page link:https//www.codepudding.com/Mobile/118532.html