
Announcements
I'm working on a Power Automate flow. I've added a "Get files (properties only)" step. I want that step to return all folders named "Correlation" that are present in a particular SharePoint Document library named "QC Internal". There are four subfolders in that library that I know to contain folders named "Correlation". They are named "Team A", "Team B", "Team C", and "Team D". I've configured the "Get files (properites only)" step with the appropriate Site Address and Library Name parameter values. I've also set the value of the Advanced parameter "Filter Query" to:
FileLeafRef eq 'Correlation' and FSObjType eq 1
....and set the value of the "Include Nested Items" advanced parameter to "Yes". For some reason the step is only returning folders from the "Team A" subfolder. None of the matches in the other three subfolders are being returned. Any ideas why that might be?
@Ipsifendus Depending on how many files/folders you have in your document library you may need to toggle on pagination and set a threshold.
For more flow troubleshooting tips—check out this YT Tutorial: 5 Power Automate Troubleshooting FAQs and Helpful Tips for Creating Better Flows
In this tutorial I cover:
✅ How to troubleshoot a false Condition action result
✅ How to get dynamic content when it isn’t selectable from the list of dynamic content
✅ How to troubleshoot an Apply to Each action that isn’t looping through
✅ How to troubleshoot a skipped Apply to Each action
✅ How to troubleshoot a Filter Query
✅ How to use a SharePoint yes/no column in a Filter Query
✅ How to use Compose actions to troubleshoot a Power Automate flow
✅ How to troubleshoot multiple emails being sent
✅ How to troubleshoot multiple Teams messages being sent
Hope this helps!
| If I helped you solve your problem—please mark my post as a solution ✅. Consider giving me a 👍 if you liked my response! If you're feeling generous— ☕️ Buy me a coffee: https://www.buymeacoffee.com/acreativeopinion |