Hello.
Can someone please tell me why this simple example of 2 functions with json data does not merge based on the matchkey key that is the same in both functions?
Am i doing something wrong?
Hello.
Can someone please tell me why this simple example of 2 functions with json data does not merge based on the matchkey key that is the same in both functions?
Am i doing something wrong?
Hey @Mulen,
Instead of using the expression builder you can just type in your JSON path based on the output of your 2 function nodes, If you set them both to matchkey
it will work as expected.
Thank you very much, it works as you said.