Hi,
So, I have a For Each Row activity to filter some file names from excel (which I’m storing on a data table).
But then I need to access a path with multiple files and move the files that were found above.
The thing is, I can’t find a way to get the extension on for each row, if I try to do something like "filename & “." it outputs like "invoice_123.” instead of “invoice_123.pdf”.
It isn’t only .pdf’s btw, it can be a lot of file types.
Any tips guys?
Thank in advance!