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
Hi, I'm looking for a query to pull the id from a json response to fill in a Post Response variable which I would use in the next GET. I have tried res('..value[?].id', i = value.name == "500 Master Data") but this just returns [object Object], If I use a simple query e.g. res('..value[5].id') then I get the id returned in the variable. What's wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm looking for a query to pull the id from a json response to fill in a Post Response variable which I would use in the next GET. I have tried res('..value[?].id', i = value.name == "500 Master Data") but this just returns [object Object], If I use a simple query e.g. res('..value[5].id') then I get the id returned in the variable. What's wrong?
Beta Was this translation helpful? Give feedback.
All reactions