I have 2 requests. In one request I have used the random text generator and generated some random string and passed that to a variable. After that a new record is created with than random name and unique ID is created. I want to fetch the ID of that record. How do I extract that using JSON extractor.
EG.
Srno name id 1 xvyhz 1230-1236(some id) 2 abczz 1230-1236(some id)
I want to get the ID of the 'abczz' which is created by random string generator function and stored in 'variablename' variable. So how to extract the ID of that generated string using JSON extractor.