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 / List with 5 minute seq...
Power Apps
Answered

List with 5 minute sequence

(0) ShareShare
ReportReport
Posted on by 9
Hi experts,
 
I am trying to modify an existing solution to generate a list of hours/minutes at 5 minute intervals: https://jgvjg48436.lithium.com/t5/Building-Power-Apps/sequencing-24-hour-time-for-a-dropdown/td-p/1245445
 
ForAll(
    Round(Sequence(289,0,0.0833),2),
    Text(RoundDown(Value,0),"00")&":"&Text(Mod(Value*60,60),"00")
)

                                                
The above modification is what I have come up with it but the results are not correct. Could anyone help steer me into the correct direction?
 
Categories:
I have the same question (0)
  • Verified answer
    GuestUser Profile Picture
    9 on at
    Resolved. Needed to add another 3 to 0.0833:
     
    ForAll(Round(Sequence(288,0,0.08333),2),Text(RoundDown(Value,0),"00")&":"&Text(Mod(Value*60,60),"00"))
     
  • Suggested answer
    ronaldwalcott Profile Picture
    3,906 Moderator on at
    You could do an extension of this where Sequence is used to generate 5 minute intervals which are added to the time
     
    ClearCollect(TheTimesList, Sequence(20, 5, 5));
    ClearCollect(TimeIncrement, AddColumns(TheTimesList, TheTime, DateAdd(DateTimeValue("12/20/2024 12:00 AM"), Value, TimeUnit.Minutes)));
     
    You can then extract the time from the datetime if that is your requirement

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 414

#2
WarrenBelz Profile Picture

WarrenBelz 377 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 315 Super User 2026 Season 1

Last 30 days Overall leaderboard