Home > Net >  AppScript. Is there a way to check if list item has a checkbox?
AppScript. Is there a way to check if list item has a checkbox?

Time:05-12

Google document allows to add list items with a checkboxes, like on the screenshot below: enter image description here

I need to write a appscript to check if list item has a checbox, but i haven't found appropriate field/method in documentation and this kind of list item return null instead of GlyphType: enter image description here

Does anyone know if it is actually possible somehow?

CodePudding user response:

This isn't currently possible!

But there is already a report on Google's Issue Tracker which requests the behaviour you seek:

Google does seem to know about this feature request but if it's causing problems I suggest leaving a comment to bump its priority.

You can also hit the ☆ next to the issue number in the top left on the aforementioned pages which lets Google know more people would like to see this implemented.

  • Related