I am encountering an issue with my function that calls another function. The problem arises when inputting single numbers in the prompt; I have to append a letter like (a1, a2, a3) for it to function correctly.
The function "PrintSelectedToPDF" works smoothly without any errors when running it through a loop in my database instead of using user input prompts. However, I keep getting a "too many requests" error after generating 5 or 6 PDFs, which led me to this temporary "solution." Ideally, I would prefer to use only single numbers in my spreadsheet.
My attempt:
insert unique text generated here