Hello,
I have a bunch of statements I'm trying to organize into the same format and will be adding new each month. For the workflow, I have summarized the data to check two things: that all of the lookups are included and that the statement total is correct. Once those two items are verified I want it to write to the output file. However, if those items are not verified, it does not return an error per se, so I can't see how I can use the block until done tool. The only thing I can think of is to delete the connection to the output file until I can verify the data, and then reconnect. I'm hoping there's a better way, though where I can manually direct the workflow to write to the output file once I've verified everything? (also any comments on the workflow itself are welcome, I'm new and still learning some basics). Thank you!!