Using jsonpath as the expression in a mapper snap the following works:
jsonPath($, “$entity.items[?(@.AssignmentNumber==‘E3163300-2’)].links[*]”).find(x=>x.name == ‘assignedPayrolls’).href
I want to pass in the assignment number from a parameter but ...