Hello,
I am building a simple flow that:
1) Searches for the most recently modified file in a SharePoint folder
2) Gets the file properties from that file
3) Gets the file content using the file path obtained in step 2)
4) Sends an email, pulling the name of the file from step 2), and the content of the file from step 3)
The flow is skipping the child actions, and I don't understand why. The parent - child relationship with the actions was automatically generated when I applied the dynamic content "full path" from step 2) in the creation of step 3).
In the "Apply to Each" step, I haven't entered anything manually.
Thank you for your help.