web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / starttime is not worki...
Power Apps
Unanswered

starttime is not working for video in canvas app

(0) ShareShare
ReportReport
Posted on by 26

I have added one video in canvas app.

On app start, I mentioning StartTime, Media URL and Visibility of the video control in sequence.

But the video is streaming from beginning only.

 

My code from app start is :

 

Set(varMediaVisible,false);
Set(varTime,First(Filter('Play Video',Title=User().Email)).Time);
Set(varMediaLink,"https://www.youtube.com/watch?v=1wkPMUZ9vX4");
Set(varMediaVisible,true);

 

Notes:

I am taking previous run time from SharePoint list named 'Play Video'.

 

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    154,926 Most Valuable Professional on at

    Hi @akshaykumar ,

    Assuming you have your time in that list as seconds, it should be something like

    Set(varMediaVisible,false);
    With(
     {
     wTime:
     LookUp(
     'Play Video',
     Title = User().Email
     ).Time
     },
     Set(
     varMediaLink,
     "https://www.youtube.com/watch?v=1wkPMUZ9vX4&t=" & wTime & "s"
     )
    );
    Set(varMediaVisible,true);

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • akshaykumar Profile Picture
    26 on at

    Thank you @WarrenBelz  for the response. But that dynamic URL is also not working.

    I think it is the problem with StartTime function or may be bug from Microsoft side.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard