I am writing a script that is supposed to fill variables on a Google Slides document using information in cells on a Google Sheets document.
I have that part of the script working, but I would like to do some error checking before hand to check that all of the required columns exist, and there aren't any missing / not needed.
Is there any way, using Google Apps Script, to search through a Google Slides document without using replaceAllText
. All I want to do is to find places where the variables that are necessary exist, and Logger the ones that are extraneous.