Get Public URL of Uploaded Image

Hi,

I am using a Picture Uploader element to upload pictures in my app. I also have a button that sends API requests to another site, I want to use the uploaded image’s public URL in my API request body. How can I get the public URL of that uploaded image in the Picture Uploader element? Thank you beforehand.

Just refer directly to the image uploader’s image’s URL.

image
I don’t seem to have that option here, am I missing something?

The picture uploaded value is the image…

So picture uploader’s value’s URL will give you the url of the uploaded image.

1 Like

Ooh just got it, thanks!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.