Hi Bubble Community,
I’m currently working on a project where I am using an API call. In need to extract information from the response. The problem is I cant figure out how to extract it.
The response looks like this:
{
"body": {
"created": 000000,
"data": [
{
"url": "https://"
},
{
"url": "https://"
},
{
"url": "https://"
}
]
},
"error": {
"status_code": 200,
"status_message": "OK"
I need to extract each individual url and put them into individual text boxes. My problem is, is that once you get past “first item”, you can only select “url” and no option to filter it.
This is what I tried:
- Set State (text)
- Value: Result of step 3 > Body > first item > url > ?
It’s here when I get stuck because you cant filter individually. Has anyone done something like this before?
Any help would be awesome.
Thanks,
Jasper