When the Error Shield catches errors, it passes the data through two paths. This causing misalignment between IDs and their corresponding data and skews the data from the point the error occurs and onwards. I tried to pass the input through but can’t combine the error flow with the valid flow. I have an ID to maintain, the output is misaligning ID to data. How do i fix it?
Hey @WaSa - You should use a subflow here and then wrap the entire subflow in an error shield. That way if anything fails the entire subflow process will be skipped without creating any list size issues.
You can do that by enabling Pass Inputs Through in the Error Shield node. That would expose the inputs that error out and you can then connect them to additional steps in your workflow.