Hi PowerApps Community,
I've created an app to play videos from a SharePoint library. The app works for 95% of my users but the content will not load for the other 5%. I've check all the permissions on SharePoint, cleared the users cache, ensured the browsers don't have anything blocking the playback of videos and have tried almost every solution posted here on the forum.
Another thing to note, the Power App works for me in Edge but I cannot get the control to work in Chrome. The app does work for other users in Chrome which makes me think its a user issue not a browser problem.
I am at a loss as to how to fix this. Does anyone have any ideas on how to solve this problem? Is this a bug with the video control or some thing that could be fixed? If I can't solve it soon we have to abandon Power Apps for this project because we can not have a solution that only works for some of our users. Very disappointed with Microsoft on this.
Below is just an example of all the different ways I have tried to set Media for the video control:
//LookUp(myCol,ID = videoVar).'Link to item'
//Text(LookUp(myCol, ID = videoVar).'Link to item')
//videoContent
//LookUp('SharepointLib',ID =videoVar).'Link to item'
//First(Split(Text(LookUp('SharepointLib',ID =videoVar).'Link to item'),"?")).Value
//videoMedia
//Label3.Text
//First(Filter(myCol,videoVar = ID )).'Link to item'