Hi,
I am reconciling two input files and looking to get my workflow to do the following:
1. If dates from the two input files are not the same ---> Stop the workflow and send an email to notify users
2. If dates from the input files are the same ---> Continue to run the workflow with the following conditions:
- If records from the two files are completely matched, send an email to relevant recipient to let them know there is 0 exceptions
- If any unmatched records found between the two files, output both matched and unmatched records (as presented in the attachment) and send an email with output file attached to inform recipients of the unmatched records.
Any idea is very much appreciated!
Many thanks