Hi all,
I'm a "101" Alteryx Designer user, only have a few hours of training but I'm starting with sthg difficult. I'd like to transpose an existing Excel Macro button into an Alteryx job to get rid of this Excel file. Here is what it does in Excel:
- Column A I input non-numeric 5 characters codes (e.g. AAAAA, then second row AAAAB, etc).
- Column B I input dates in the format DD/MM/YYYY.
- I press "Option 1" on the macro button -> it uses columns A & B values to format them with specific headers on another sheet.
- I press "Option 2" on the macro button -> it does the same with other specific headers.
- I press "Option 3" on the macro button -> same as above.
I've started a workflow, but after my default input file I'm already stuck on what I'm going to use next; drop down, list box... I've searched in the Community, found a demo on using a drop down, but I'm still blocked after adding an 'Action' tool behind where I can't figure it out how do I tell the workflow that if I choose option 1, it will trigger the drafting of another sheet (or file) with the relevant headers/formatting. If not, I also thought about copy/pasting contents of the VBA script behind but am even less fluent with VBA language.
Any thoughts please?