Hello,
i am working in a workflow where business need to add new file (e.g. loan or funding) depends on the client. how can i build a Macro to pick those new upcoming file so Alteryx can pick those new files without modify and/or update existing workflow.
Thank you
kauser
I mean what comes to mind is doing using a directory tool, then sort by create date/last updated date, then select records tool (set as 1) to get the most recent file.
From there, I would use a formula tool to pull the full file path, and the "Batch import multiple files" macro I found in the Gallery.
Basically, it sounds like you want to pull the most recent file to determine what to do with it, and that's how I would do it.
