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 / Total two timers value...
Power Apps
Suggested Answer

Total two timers value with milliseconds

(0) ShareShare
ReportReport
Posted on by 18
Hi everyone,
 
I have two timers with format in minutes:seconds:milliseconds
Text(Time(0,0,0,Self.Value),"mm:ss:ff")
 
The first Timer for value is Timer1.Value (Ex: 00:05:573)
The secondary Timer for value is Timer2.Value (Ex: 00:08:986)
 
How can I display the total time in seconds and milliseconds of those two timers?
I want to show the result 14s559: 00:05:573 + 00:08:986 = 00:14:559 
 
Thank you.
Categories:
I have the same question (0)
  • Suggested answer
    Inogic Profile Picture
    1,196 Moderator on at
    Hi,
     
    Could you please try the below expression to show the time in seconds and milliseconds of two timers in the format (ex. 14s559):

    Text(
        RoundDown((Timer1.Value + Timer2.Value) / 1000, 0),
        "##"
    ) & "s" &
    Text(
        Mod(Timer1.Value + Timer2.Value, 1000),
        "000"
    )

    Also, if you want to display only an addition for two timers in the format (ex. 00:14:559) please try the below expression

    Text(Time(0, 0, 0, Timer1.Value + Timer2.Value), "mm:ss:fff")

    Hope this helps.
     
    Thanks!
    Inogic Professional Services: Power Platform/Dynamics 365 CRM
    An expert technical extension for your techno-functional business needs
    Drop an email at crm@inogic.com 
    Service: https://www.inogic.com/services/ 
    Tips and Tricks: https://www.inogic.com/blog/ 

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard