Hi All,
I am currently trying to automatically adding image into a cell in smartsheet using Smartsheet API and Python.
So, we have two column :
- Column A containing image URL
- Column B where we want to add the image from gdrive URL
I have hundred rows, meaning we have hundreds cell on column B to add image from column A.
I have successfully download the image. But have problem on adding it to the cell of Column B.
Here is the execution result:
Is there anyone have experienced adding Adding Image to Cell from gdrive URL automatically using Python & Smartsheet API?
Is this even possible to do in smartsheet?
Your support will be very helpful.
Thank you.