How to get the display_url from the ImgBB HTTP request for Pinterest in Make?

Hi, I’m facing a problem when autoposting to Pinterest via Make (ex Integromat) :chains:

I’m using an HTTP request to the ImgBB API to upload an image. All successful, I get a response like:

json
Copyedit
Edit
{
“data”: { "
", “display_url”: “https://i.ibb.co/xyz/filename.jpg”,

},
“success”: true,
“status”: 200
}
Upload to ImgBB module is connected, data comes in, but:

In the next module (e.g. Google Sheets > Update Row)
→ I don’t see data.display_url in the list of available fields

Same thing when trying to use the link in Pinterest - Make writes “Invalid URL” as if the variable is missing

:red_question_mark:Question:
How to properly pull display_url from HTTP module?

Do I need to use JSON Parse or something else?

Why Make doesn’t show nested fields from data, even though the structure is obvious?

And is it safe to use this value for Image URL in Pinterest?

Any tips or working examples would be appreciated! :folded_hands:

Welcome to the Make community!

That’s an invalid URL. Try hosting your image somewhere else.

Hope this helps! Let me know if there are any further questions or issues.

@samliew