Hi Guys,
I am trying to capture data from a response that is not there in all cases. If found I use it in a .doIf structure. If the data is not present the request should NOT fail.
According to Gatling1 documentation this can be done by using .whatever(findAll.whatever.saveAs(foo))
Can you please tell me the gatling2 equivalent?
Cheers,
Daniel