So, I have this workflow where I get two different types of http requests, one get me information that I need, and the other the users related to that information, like the owner.
The first input gives me only the user ID
The second input gives me the name for that ID
I want to merge this but no matter what mode I use in the Marge node I can’t do this.
If I merge by key, the two property inputs gives me only expressions for the firts http request.
I’ve tried to get the names using the expression of the json, but didn’t worked either.