Hi
I have a requirement of creating a simple SharePoint site where different users can upload videos via SharePoint mobile app but they should not be able to see other users' videos. Only their manager should be able to see all videos.
To achieve this, I created filter so that only signed-in user can see their own videos and once they upload videos, it would move to hidden folder. The hidden folder is accessible to manager only.
I have created a very simple SharePoint site and within site I am trying to move video file automatically from Documents to Hidden Folder called "Videos". I used trigger "When a file is created or modified (properties only)", then move the file to hidden folder. The trigger works fine with image and video files when I upload them via PC but if I try to upload same video via SharePoint mobile app, I get "Unable to upload video" error. I can upload images via mobile app but not videos.
I think the issue is might be as soon as I start uploading the video, the trigger starts at same time and it try to move the video file while it is still uploading. Is there a way I can control automatic trigger so that it should start once video file is uploaded.
Many thanks
Khurram Iqbal

Report
All responses (
Answers (