if i have say three service call nodes like light off, switch off and something else all in a line - series connected, does anyone know what happens if there is an error in the first node, does the msp.payload carry on or stop there??
Trying to figure out some odd behaviour and fix it thats all
You can use a Catch node to handle errors from an Action node. From there, you can decide how to proceed, whether that’s continuing the flow, logging the error, or retrying the action.