Answered question

How to modify JSONPath expression in Variable Extractor to point to all returned rows and not just specific row

I have results page with many rows. and I want to extract values from the 7th column in each row. I used the JSONPath expression from Variable Extractor to get this "$.MatchingWorklist.Rows[0].Values[6]". Can I use arrays here?

Nastaran A.
Nastaran A.

Nastaran A.

Level
0
15 / 100
points
Alexis N.
Alexis N.

Alexis N.

Level
2
1255 / 2000
points
Team

First you need to replace "0" by "*", so your expression will be "$.MatchingWorklist.Rows[*].Values[6]".
Then, you have to select radio button "Extract all occurrences" to get an array.

Did you find this useful ?

No (0)

Yes (1)

100%

100% of users found this answer useful