Hello all,
I have a current workflow that outputs data like Name, Dates, etc. The Input column names are always the same and we run the workflow every day. I'd like to find a tool that can make changes to certain cells in the output. Most of the output data does not change except for the dates.
For example: This is the original output
Full Name | Date | Notes |
Name 1 | 1/15/2022 | Note must not change |
Name 2 | 3/4/2022 | Note must not be deleted |
Name 3 | 12/3/2022 | Note column should stay here |
The next time the workflow is run, the dates may change. I want the workflow to search the new report and compare to the last output to determine if a change was made in the date column. If something was changed, I want the workflow to replace the old date with the new date. All other columns must stay, they cannot be overwritten.
Any help is appreciated. Thank you!
I believe it can be achieved.
Can you give a sample dataset for old and new one.
Also the Input and expected output so that, easy to build a workflow and verify it works as per your expectation.
Thank you for your assistance.
Input 1 was already run according to the example workflow. Output 1-20 reflects the data split to show a full report of the output plus three tabs for each case worker. The tabs reflect the case workers cases to look over.
Each day, I get a new report. I created a second report labeled Input 2 , which has the same information from Input 1 along with additional cases. Some of the previous cases dates and status has changed. I need to have the tabs for each case worker updated if any information has changed particularly in start date and status columns. The employee identification number is always unique and will not change. The notes column is something the case worker uses to update and needs to remain. It cannot be overwritten.
Currently the workflow is set up to run through the previous output to ensure its not adding any duplicates to the new output. I have set up an Input 2 but did not run the workflow so you could see the example.