You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: