So i created a second variable to get field from the array's object I need by his ID
And it works but not with objects that have id 1 or 10. When i choose object from list with id=1/10, "field" variable gets whole array (making http request with empty "id" parameter)
UPD: it works with ids 11-19, but not with 1 or 10 and maybe not with 100 e.t.c.
At some API link (/api) i get JSON like that:
At (/api?id=1) i'm getting:
My first variable with JSON API query
So i created a second variable to get field from the array's object I need by his ID
And it works but not with objects that have id 1 or 10. When i choose object from list with id=1/10, "field" variable gets whole array (making http request with empty "id" parameter)
UPD: it works with ids 11-19, but not with 1 or 10 and maybe not with 100 e.t.c.