Solved
Forum Discussion
bojanvelevski
5 years agoValued Contributor
Hello @snowamigo,
If you use this expression below, you will get true/false on the target path, respectively where the value of name is ‘_source’ and value of ‘value’ is ‘ERM’.
.map(x=> x.name == ‘_source’ && x.value == ‘ERM’)
If that is what you were aiming at. If not, please send more details on the output.
Best regards,
Bojan Velevski