Re: Delete Sharepoint Folder
@v-bacao-msft - Thanks a lot for your response. When getting child folder in parent output folder, I am providing the right path of parent output folder in Limit Entries to folder field. With this I believe the files entire scope of delete will be limited to this parent output folder.
Once I get all folder (child folder) of parent output folder - I am looping on each of it and deleting files from each child folder to avoid error (till folder is not empty it cant be deleted). Once all files from child folder are deleted I am deleting child folder. So on a high level flow looks like -
Get all child folders in Parent folder
Loop on child folders
Get Files in Child folder
Loop on files in child folder
Delete file from child folder
Next
Delete Child Folder
Next