Hey Everyone,
i am getting into Node-RED right now and i can’t figure out how i can use a result that’s an out_argument of the called workflow. I probably am just to blind to find it. Here a simple example what i want to do. The robot does Stuff and returns a value that i want to use in the next API call.
I was just dense i found it myself,
msg.payload gets filled with all the out arguments and you can access them by using msg.payload.testOutArgument for example.
Just for reference for other people looking for an answer.