I have been trying to send multiple Sharepoint attachments via Outlook with Power Automate. I have been using multiple Youtube videos to try and accomplish this task. This is the video that I have using to perform this task.
This is the flow that I created.
In the Get files (properties only) step I have:
Include Nested Items = NO
as I have other folders that I don't want as part of the flow. This creates the following error
Action 'Get_file_content' failed
File not found
clientRequestId: 4dad9c70-2de1-451e-8ad0-51723b7f9c23
serviceRequestId: c3ffefa1-d0c7-a000-eaa0-d5a08a8bfded
When I set Include Nested Items = YES
The flow fires with no errors but no attachments are present.
What am I doing incorrectly?