Search found 3 matches
- Thu Jan 12, 2023 1:15 am
- Forum: General Discussion
- Topic: JSON array processing
- Replies: 2
- Views: 4004
Re: JSON array processing
Oleg, your solution was exactly what I was looking for. Using the new feature of Rest Client/Invoke Web Service and COUNTARRAY with JSON. Thanks!
- Wed Jan 11, 2023 7:21 am
- Forum: General Discussion
- Topic: REST API calls using ONLY Robotask
- Replies: 7
- Views: 13848
- Wed Jan 11, 2023 7:11 am
- Forum: General Discussion
- Topic: JSON array processing
- Replies: 2
- Views: 4004
JSON array processing
I am trying to process a json array in a loop of a task I have got the correct number of array elements and stuggling to retrieve each username My json array looks like this - how do I get to the username so that I can set the value of a variable as I loop? { "usersToEndSessions": [ { &quo...