APP to set data (text) and image to google sheets

Hello, I hope you're doing well. Sorry if something is unclear; English is not my first language.
I need to create an app that uploads text (data) and an image to a Google Sheet. Honestly, I’m not sure whether the issue is with my blocks (although I doubt it, since with a script the image uploads correctly to Google Drive) or with the script itself, because neither the text nor the image is uploading to Google Sheets.
Please help me, it’s for a school project :frowning:

It can be useful to post blocks ( left mouse click + select " download blocks as image " ) and an image of the screen . Also , can you explain better the problem ? ( Do you get any notify of errors , for example ? )
-From GIE

You could check these out:

Simple POST and GET Data

Set Image To Cell

Upload Any File to Google Drive

Also, this might be useful:

Folders and Files

This is my project. If you can check it and give me some feedback, I’d really appreciate it.
I followed the same block structure from the link "set the image into the cell", but it’s not uploading the image to Google Sheets neither drive.
app_image.aia (301.8 KB)

Can you confirm that your google apps script is correctly deployed?

On review of my guide, the QR code section will not work in the script, as google's QRCode maker is now deprecated and gone!

image

This needs to be a full cell reference, e.g. H2

image

Should still work, but would be better if you use the correct file extension - .jpg

You should only need to uriEncode the base64 String, the other texts will be OK as they are.