Problem Statement:
I have a daily updating Excel file. (approx. 100rows)
I load it through input tool and using formula tool do some calculations on it create an output file and save it.
Now, the next day the excel sheets is updated with new data (incremental data) so now it has 150 rows.
But as I have already done calculations for 100rows I want to fetch only the incremental data from the source excel file itself.
So, I want only new 50 rows in my input data run the calculations and get updated in the output file.
I am very new to Alteryx, and I could only find ways to load the whole data and then filtering it through various logics as my solution, but I want to fetch only the incremental data from the start. How can I do that in excel?
Attached a screenshot of the sample file and workflow.
In the workflow I want the input data to only give me incremental data for the newer dates through input itself.