Hello, Extremely frustrating but here you.
Sharepoint Library: Time Sheets
Time Sheets has 2 Sub Folders: Archive, Processing. Archieve Has Many Subfolders.
Library/All Folders only has Excel Files - xlsm.
I created a Power Automate Flow. & Step that is Failing is GetFiles(Properties Only) -- Its not returning any data. Configured as Follows:
Site Address: Sharepoint URL
Library: Time Sheets
Limit Entries To Folder: /TimeSheets/Processing
Include Nested Items: No
Filter Query: Blank
Order By: Blank
Top Count: 1
Limit Column by Views: Blank
There are files in /TimeSheets/Processing. I can physically see them. It should return one file from /TimeSheets/Processing folder but it returns NULL
However; if I make the following two parameters Nulll
Limit Entries To Folder: Blank
Include Nested Items: Blank
It returns data from Archive Folder which is the 1st folder listed in Time Sheets library, sub-folder 2018 which is also the first folder listed within Archive folder and returns a file whose name is starts with A. So it seems like for whatever reason it is going by sort order. The probelm is that if I define the parameters for Limit Entries To Folder: /TimeSheets/Processing & Include Nested Items: No, I get no data.
Can you help!