Hi All,
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 dates from the two files are the same (13 Sep 2021 in this example), the workflow runs as normal. It will send out the reconciliation result via email to relevant recipients
- If the dates from two files are different, the workflow will stop running and will send an email to notify recipients of the inconsistent dates
Any idea is much appreciated!
Thanks