Hi!
This might be a long shot, but I was wondering if there was anyway to get Alteryx to fill out the template attached from a list of data also inputted to Alteryx? We have 100 payments to make every quarter and it would be nice to have a system fill out these requests for us.
Thanks!
Beth
Solved! Go to Solution.
Hi @bethgrap - This request had to be under Designer Discussions, not Connect.
Nevertheless, I designed a solution for you.
This workflow does the following:
1) It creates a copy of the template for each record in your sample data
2) It fills the fields: Payment, Vendor and Site in every file.
Wow! This is great. Thank you so much! One more question, instead of creating a new workbook each payment, is there a way to just create a new tab for each payment into one workbook?
Beth
Hi @bethgrap - I can't find a Windows command that would copy an Excel Sheet or combine existing. Therefore a solution would be to recreate a template using Alteryx Reporting tools or write a Python script. I don't feel it is worth the effort.
Hope you can accept the provided solution. Cheers