Hello Everyone!
Hoping you guys can provide some guidance. I'd like to build a flow that captures when a file/folder it created or modified within sharepoint, then writes some information (modified datetime, file name, ect...) to a doc in the parent folder. I can get it working to write the information into doc within the same folder of the modified document, but not the parent folder. Example below is similar layout within sharepoint and where I'd like to have the information doc written do. Keep in mind there could be 0 to 100 subfolders, the subfolders varies.
- Documents (folder)
- Site (folder)
- Site (folder)
- Plan A (folder) ->Write update doc here if any new/modified files/folder are made anywhere under Plan A
- Plan B (folder)->Write update doc here if any new/modified files/folder are made anywhere under Plan B
- Sub 1 (folder)
- Sub 2 (folder)
- file 1
- Plan C ->Write update doc here if any new/modified files/folder are made anywhere under Plan C
- Plan D ->Write update doc here if any new/modified files/folder are made anywhere under Plan D
- Sub 1 (folder)
- Sub 2 folder)
- Sub 3 (folder)
- Sub 4 (folder)
- file 1
- file 2
- file 3
- file 4
- file 1
So far the flows I'm using are:
-- When a file is created or modified (properties only)
-- Create File
Thank you in advance!