Hello, thank you for reading. I am quite new to Alteryx and haven't yet created any macros.
I have a workflow which sends emails about Incidents my team looks at and I need to attach some files (supporting evidence) to the emails. These files will be saved on our team shared drive in folder "Incident", subfolder "2025" and then sub subfolder "June" and then it will have the specific folder created for that Incident, e.g. "Incident123". Obviously, in July, the path will change to "July".
Is there a way in Alteryx to pick up all files from our shared drive folder "Incidents" from the folder "Incident123". I have user tool already to input Incident number (e.g. Incident123) to create a report and an email, but also need all evidence (could be 1 attachment, could be 7) to be picked up from the folder with the same name. How do I do that? Do I need a lookup tool? Macro? Please help.