Hi Clay team,
I'm using the ScreenshotOne API with this endpoint:
https://api.screenshotone.com/take?access_key=...&url=/Website&full_page=true
The HTTP API step returns a 200 status, but when I open the cell, I see this:
{
"{{response": {}
}
So no actual fields appear, and I can’t extract the image URL or map it to my ScreenshotAPI column (Image from URL type).
I’ve already tried using {{response.body}}, setting Define field paths to return to screenshot, and even left it blank — nothing works.
Could you please confirm:
What field path should I define to get the screenshot URL?
And how to route that into my existing column?