[Solved] How to get images from Cloudinary

I’ve struggled in uploading the files but managed to do it but now, I’m not being able to get the images that I uploaded. I think with Web API its possible but how?.

1 Like

Hi, @nickolas! :wave:

When you drag out a mediaDB upload block, you get a response of MediaURL.
You need to store the mediaURL in somewhere like Airtable.

Later, when you set an image’s picture ti that URL from Airtable, you get your image.

Thanks! :blush:

2 Likes

I’m trying to, my app uploads images but when it comes to storing it in Spreedsheet the app crashes.

1 Like

I answered a same problem a few weeks ago -

Hope it helps you! :blush:

2 Likes

Do I have to use join?
erro

I’ll have a look, many thanks.

1 Like

image
This wont work - CreateRow needs a object as an input.

Try this -
image

Thanks! :blush:

2 Likes