Hi
Im fairly new to alteryx - only been playing around with this for a month.
Ive got a task at hand, creating a summary based on invoice specifications.
All the invoices has similar structure. But all files has more than 1 sheet.
1 Sheet that is not usefull. And 1+ Sheets with proper data.
Ive found the CReW_WildcardXLSXInput importer, which works great.
Im able to import the correct sheets, and exclude those who are not usefull.
But in each file i have:
Kundenummber (custoner number)
and
Faktura dato (invoice date)
I want to full two colums with this data.
So
File 1 has:
Invoice date: 28-11-2019
Customer number: 1
And File 2 has:
Invoice date: 01-08-2019
Customer number: 2
So i have to extract it, and fill a colum based on the file its extraced from.
Ive tried and upload my sample data.
And my attemp to create a flow (im not sure i have all files attached here)