I want to read comments from multiple google sheets using scripts and store text in another google sheet.
I know there is a .getNote() method and not a .getComment() method but I have read on a few posts there is a way to read the comments using Google Drive API but have not seen an example.