I have the following two excel files to reconcile
File 1 :
File’s name System A 20210913 where 20210913 is date formatted as YYYYMMDD
File 2:
File’s name is System B 13092021 where 13092021 is date formatted as DDMMYYYY
I would like to set up a scheduler for my workflow to run automatically following the rules below:
- If the dates from two files are different, the workflow will stop running immediately and will send an email to notify recipients of the inconsistent dates
- If dates from the two files are the same (13 Sep 2021 in this example), the workflow will be able continue to run and reconcile the two files. The reconciliation result would then be output into an excel file consisting of 2 sheets
Sheet 1: Matched records from the two System A and System B files
Sheet 2: Unmatched records (anything records from System A but not found in System 
Finally, the workflow will send out an email with output file attached to relevant recipients.
Any idea is much appreciated!
Thanks