Unable read complex sorting object from request body and validate whether the response is in the defined sorting order

Hey @saisubhashini :wave:

Thanks for reaching out and sharing the details :pray:

I tried to replicate the error you are seeing but it worked fine for me. Please see below for what I did:

  1. I pasted your request body into a sample request

  2. In the Tests tab, I use the following script:

  3. This is the returned value from console.log(reqBody.sortParams)
    Screen Shot 2021-04-13 at 11.54.25 am

Hope this helps!