Hi there, I’m using an API that takes 2 photo URLS and I’m trying to dynamically reference a photo uploaded by a user as the value for the “sourceImg”
{
"sourceImg": "[url]",
"targetImg": "[url]"
}
Here’s what I have:
"sourceImg"="PictureUploaderA's value's URL"....
^ This always fails.
But when I replace the URL with a link directly, it goes through.
How do I get the Dynamic URL for the uploaded image into my API call correctly?
I saw I could also use “This Picture Uploader’s value’s URL” but it didn’t seem to work either
I feel like i’m missing something very obvious here.
Please help!