Hello!
I'm wondering if there is a way to have Alteryx rename pdf files based on certain columns in Excel. For example:
Excel: Column A: Name + Column B: Address + Column C: City
PDF file name: Formally was called 'Name', Now I want it as Name - Address - City
I would start with the input file & Directory -> formula tool (possibly Column A + " - " + Column B + " - " + Column C?) and the output is a command tool correct? I can't seem to remember how to do this.
Many thanks!