I'm very new to Alteryx so this is probably a simple question, but I haven't found an answer by searching.
I need to ingest several files, perform a variety of error checking on them (different for each file) and then write the files out somewhere different. I'd like to only write the files if none of the files have an error condition.
I've attached a simplified example - in this example the 2nd file fails the error check but both files still get written. My goal is because of the error in the 2nd file, neither of the output nodes will execute.
I know I can set the workflow to stop on errors but that doesn't necessarily prevent the 1st file from being written before the error occurs. If it matters, I will have 10-12 files ingested via this process, I'm using a simple 2-file case to work out the process.
Thanks for any help!
