Building a flow that creates a new folder in the Sharepoint Shared Document Library.
To do that it seems you need to create a file with a new folder path as a work around since Flow doesn't support creating folders (unbelieveable).
While this workaround works, you're left with a useless file.
I want to delete that file once it is created. Seems simple right?
I have created this simple flow, which works.
- When new list item is created
- Create File
- Update item with path to new folder
When I try to add 'delete file' I use the same syntax to point to the file but I get an error saying the file is not found.even though error log displays the correct path to the file.
I assume this is because when the 'delete file' action occurs, the file has not yet been created???
If this is the case, how can I wait until the file is created to initiate the 'delete file' action? I have tried adding as much as a 30 second delay between 'create file' and 'delete file' actions with no luck.
This shouldn't be so difficult to simply create a folder, just saying..

Here is the error log.
