tkERFEIzoaUXxOyzDsvDylO24DcU8DWqrSouAO3BFaKNae/WNHaiYFtBfcrWfP9V0127pzfi mGGyf8U2YnkEhNWsfbzIyYeYExoFCohQoxnvCyM+/zMk7JrPgOFxch+KbA7vuKFvOqpSz1A5 lYFKc5OKxZKWVB++VFKOfT23NlhDUUgLWWta+iNBzUJdwkPnYfcvT4fTmGD6MSSjEeyEEzrk qwp1iPy3FdTOP5SUEwC1hcbkZzjQiKsThP0BhpxWCwOqKlkhmriezq...
The problem I'm having is that the flow fails on the script when trying to add the image to the excel worksheet. I am confused as I mostly plagiarised the scriptfrom this thread, where it has worked perfectly for others, and I know the (two) base64 string(s) to be...
I've then modified my script to create a string variable, using getRange.getText() and then I'm passing that variable into the addImage() function functionmain(workbook:ExcelScript.Workbook,base64ImageString1:string,base64ImageString2:string){constsheet=workbook.getWo...