Hello all,
I am quite new to PAD and building my first flows. Proficient (reasonably) in VBA but first time using PAD. I am trying to open a downloaded folder from Edge and copy the data to another file. I am having difficulty with the Get Files in Folder function.
As the file saves to the local user's downloads file I wrote a script (.bat) to get the user name and save to the clipboard. This then passes to a variable to write the complete file location as a variable.

This successfully creates the path as expected which when I paste into the file explorer opens the folder required

but this falls overs when I use this in the 'Get Files in Folder'

It appears PAD is trying to search for the file path within the application folder rather than taking this as a string/variable on its own

Has anyone encountered this or know what I am doing wrong?