Hello,
I have a bank account, with multiple users, each one with their own unique card. I then want to alteryx to take the statement and collate all the transactions made by each individual person and break it into separate excel files using a specific template that i already have. I have managed to already identify all the cardholders, i have created a unique output path for each one in the desired output folder and now i want to break it automatically into smaller excel files, one for each cardholder.
From what i have read, the run command will help me do that, to copy the template i already have x amount of times, name it the name of each cardholder and then save their transactions from the bank statement into their individual excel files.
I have got to the point that the run command saved all cardholder in a different tab within the template, but also doesnt keep the format.
Can anyone help?