I am new to Alteryx and trying to generate an Excel output file for each entity below with two sheets. The sheet names will correspond to Schedules 1 and 2. I have an output data generated in the workflow as shown below. I have also attached a sample data file to the post.
The file path should be c:\Cycle18\CountryNameFrombelow\
The file name should be EntityCodefromBelow.xlsx
Sheet names should be Schedulenumberfrombelow i.e. 1 or 2
Below is a sample of the two sheets:
Each sheet should have a header that contains the entity code, Schedule and prepare e-mail.
Sheet named 1
| Entity | ABC |
| Schedule | 1 |
| Preparer e-mail | Joan@abc.com |
| | |
| Account | Amount |
| 100 | 5000 |
| 200 | 10000 |
| Total | 15000 |
Sheet Named 2
| Entity | ABC |
| Schedule | 2 |
| Preparer e-mail | Joan@abc.com |
| | |
| Account | Amount |
| 300 | 25000 |
| 400 | 20000 |
| Total | 45000 |
Any ideas that will put me in the right track to generate the output Excel files efficiently are greatly appreciated.
Purpose