Hello!
I am rather new to alteryx and I am struggling with seemingly easy task.
I have an internal tool which generates reports that have fixed structure: excel format, 8 sheets with different fields layout.
My purpose is to create workflow where I would take data from 3 of those sheets, apply some calculations and consolidate them into the short summary. Everything works fine except switching between inputs.
As I need data from three sheets, I need to "click through" 3 "Data input" buttons and choose the same file three times (with different sheets).
Is there any way to simplify this?
Assumptions:
- I would like it to be a small tool where I just load fresh report > click play > close
- structure of the excel file is always the same including sheet names, therefore it would be nice to have those names somehow "hardcoded" into the workflow
Thank you in advance!
Best,
Dan