How can I convert a string from an API response into an Image Path?

Like the title says I am currently making a call to a backend API endpoint that is returning some sample data and one piece of that data is an image URL. The problem I have is that the image URL is coming back as a string and when I use that as the variable in an image as the path I simply get a generic [object Event] error in its place. I'm assuming the problem is because the returned image url has quotation marks around it but I'm not sure how I can convert it. I tried using a new Data Type like so:

And then utilizing it in the variable field like this:

but this hasn't worked either as I will get a page error stating:

Does anyone have any experience with this type of situation?

5
4 replies