Hi All. I've watched several YouTube videos and read the discussions I can find on this topic but I just can't find what I need.
This is what I have going on:
1 data input that I need to break out into 3 Formatted Tabs (Premium, Claims, Statement). Each tab has its own template that I need to match to, and each template has its own schema. I also have to repeat this for each individual accounts listed in the input (I haven't gotten this far)
I have been able to take the single input and get the 3 formatted tabs to output (by using 3 different workflows). I can't get them to output to the same workbook. I also can't figure out how to combine them into a workbook once they are output.
I would like, if possible, 1 workflow to do the following:
Input 1 has data for 6 accounts.
Output 1 = Account 1 with Formatted Statement, Formatted Premium, and Formatted Claim in one workbook, in that order, named Account 1
Output 2 = Account 1 with Formatted Statement, Formatted Premium, and Formatted Claim in one workbook, in that order, named Account 2
Etc.
I will not always have the same accounts or number of accounts so I know I need a directory tool here and a Macro to repeat tasks but I just can't get them to work.
To be honest, I was impressed with myself that I got the blob tool to get the formatting.
Any assistance is appreciated.