Help - Unable to Display photos - messages from Google sheets

Hello to everyone .
I am trying to make an app to Display Photos from Google drive of which the photo link is on a google sheet and to show also a message whish is on the next shell of the Photo link at google sheet.
I have created the relative appscript and i have checked that returnes the correct values.
the photo of the code is the following .
What am i doing wrong ?
2

Is your google sheet private?
Are your images private?
(the only reason why you would need an apps script to access them from your app...)

If so, you need to show your apps scripts so we can see what you are attempting.

They are not private ( i have schek the links that the app script returns ) and the app script is used for displaying the images on random order . Any idea what is wronk with the blocks?

It is not clear from your first post if you are uploading camera images from your device to google drive, then downloading them in order to display them ?

If so you could do this:

You might also find these scripts useful for returning filenames and fileIds:

I will make it more clear!
I have create a google sheet in column A i have paste the links of photos stored in my google drive. In column b i have write discreption of each photo.
I have create an app script to return the photo link and the photos description message in order this link to be received by the app and to display at screen of the app the photo and the message of each photo.
I do not know what am i. Doing wrong with the blocks.
I have set at screen
Button
Image
Label
Web

I have make a variable to take the link of the google app
To jsonText degode and to give to the image the link of the photo and to the label the message .

I have provide the photo of the blocks that i have created if anyone has an idea of what i am doing wrong.

I don't know from apps scripts, but I can read the data flow in a web response event.

You have confused the response code (200) with the response content (usually JSON text).

I am new to app inventor.
So could you please be more specific of what am i doing wrong? What should i change?

Start with the first link.

These all follow the same pattern .