문제

How can i trigger MS Flow when folder is created in One-drive?

Thanks in advance.

도움이 되었습니까?

해결책

Until now there is no triggers for folder creation in OneDrive. I tested with file created trigger and fail to fire the flow with a new folder.

Such trigger works in a sharepoint library Then you can use get file metadata action to get the property IsFolder and use an if condition to have a check. If you can use a SharePoint Library instead

다른 팁

Create flow on trigger "When file is created" and then check condition File Content Type = "Folder". This might help you.

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top