Hi All, Thanks for your time, i have this scenario where my workflow runs every day at 7AM (only 1 time)
I take few columns from my dataset and within the select tool i rename them to be like [AppID Prev] and write the data into an excel file
next day at 7AM when the workflow runs i want to read the data from the excel file so that i can do comparison like AppID which is in the dataset is current and the [AppID Prev] which is the excel file is previous --
I have to write the data into the excel file AFTER the calculations/comparions are done with the previous data coming from the excel file so
kind of confused on where i need to put the "Block Until Done" - i took the input to get data from the excel file then do some calcs

The output file is to write the data into the excel file