10-27-2020 02:28 PM
In a mapper snap, my current expression is:
$[‘env:Envelope’][‘env:Body’][‘ns0:uploadFileToUcmResponse’].result[‘$’]
I only want the second value “123109” returned as a string. How can I do this? Thanks!
10-29-2020 04:43 PM
One more way of doing is use a Group By Snap and use the below Expression.
jsonPath($, “$group[?(value[‘env:Envelope’][‘env:Body’][‘ns0:uploadFileToUcmResponse’].result[‘$’]==125044)]”)
sample_2020_10_29.slp (8.9 KB)