In the middle of my analytic application, I use a join tool. If there are any records coming out of LEFT side of join, I want to A) show these records to the user
prompt the user to either continue processing the remaining workflow or fix these records (and abort the app). If continued, records from the inner join continue downstream in the workflow.
I appreciate any support! Please let me know if you need more info or example workflow. thanks.