I am trying to copy all files in a subfolder on one internal only site to another subfolder on another client facing site. The internal site has this type of folder hierarchy:
Documents
Year
Project Name
Contracts
Interviews
Attachments
I only want to copy the files in the Interviews folder to a new folder I'm creating during this new flow.
The link to the original folder lives in our database, so the flow is going to be manually triggered to start with an HTTP request that I plan to use to loop this flow on itself until the second step which queries our database for the link to the internal site/folder returns no results. With that link I can get the folder path and am successfully getting the folder metadata using that path.
The problem is that I can't get Power Automate to recognize any of the files in the Interviews folder. In the Get files (properties only) step the outputs section just says "Click to download" and when I tried using Alireza Aliabadi's method the final copy file action is just greyed out and when I check the new SharePoint site where the files are supposed to be copied to the folder is empty.
When I navigate to the current internal site to view the files in the interviews folder this is the folder path I see:

Here's what I put in the Get files (properties only) step:

And here's the current flow:

I suspect there's something I'm doing wrong with the Library Name and Limit Entries to Folder option, but I can't seem to get the right combo there.
Any help would be greatly appreciated.