Hi Folks!!
I have four folders say:
1. Template
2. Output
3. Archive.
4. INPUT
Alteryx will execute everyday with below detail:
1. Move the file named Output.xls from OUTPUT folder to ARCHIVE folder.
2. To move the file named Output.xls from TEMPLATE folder to OUTPUT.folder.
3. Process the file named source.xls from INPUT folder and load the data into Output.xls on different sheets.
In order to achieve this, I have used CONTROL CONTROLLER so that I can perform execution in sequence, flow running fine for step 1 and step 2 however I am getting issue in STEP 3
In STEP 3, I need to load the data into WORKSHEET1 of OUTPUT.xls file, then i want to use data for WORKSHEET1 as a input and load the data into WORKSHEET2 of OUTPUT.xls, in order to do so, i tried to use "BLOCK UNTIL DONE" but it say "BLOCK UNTIL DONE cant be used with CONTROL CONTAINER.
Please suggest how to perform this activity.
Thanks
Amit