Morning,
I have a workflow which runs for previous day (daily) and currently saves accounts and their status's (e.g. 'A' for active) in an excel file in a designated location.
When the workflow is ran again, just before it saves and overwrites the file, I want it to check the already saved file against the current data that has just ran, for matching account and status and if any has been found exclude those accounts from current data then make it overwrite the file and save.
What is the best way to do this?
Many thanks in advance