Good Morning,
Currently I am working on Power Automate flow where after uploading file to specific folder, email will be sent to folder's 'owner'.
This is actually a one of multiple other parts of the whole process and I cannot find solution for it.
This is how whole process looks like:
1. New item appears on SharePoint list (done - list already exists and works for all users)
2. Create a folder with specific name in library (done - working as expected)
3. Update list item with link to the created folder (done - working as expected)
4. When file is created/uploaded in folder (from step 2) -> send notification to 'folder owner' based on information from SharePoint list (one column contains e-mail address) <- this is the step I struggle with most.
Thank you in advance for any tips 🙂