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!