Hi, I have a workflow that runs daily. I'd like to implement something that allows me to see the change in data (numbers) day over day.
For example, I run the workflow on day 1 and get this data.
When I run the report for day 2, I want the previous data and the change.
| Acct | Amount | Amount Prior Dat | Change |
| xyz-123 | 13 | 10 | 3 |
I can get this to work, but I have to connect inputs to the workflow every time I run it for the prior day file. I want Alteryx to recognize the prior day data dynamically without have to connect it to the prior day output.