Hello,
We are trying some automations where we want to capture only objects with certain key pair values retrieved by the web response.
I know we can access the values but what about querying?
For the below webResponse, we would only want to capture the active server ids and their statuses on a field (the actual response would be huge, of course).
[ { "server_id": "1", "status": "ACTIVE"
},
{
"server_id": "2",
"status": "INACTIVE"
},
{
"server_id": "3",
"status": "INACTIVE"
},
{
"server_id": "4",
"status": "ACTIVE"
}
]
Any help would be highly appreciated.
Thanks
Hello Bney, could you find a solution?
We've got the same need, and I'm fighting with smart values to send a readable email with only some fields of the json webResponse.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.