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 Apps
Unanswered

Compare time value

(0) ShareShare
ReportReport
Posted on by 8

Hi,

I created Single line text column as a time column in share point and a Combo box in power apps.

 

I need formula for Time in Combo box <= Time Single line text column in SharePoint

 

What function do I have to use Pls Help?

Categories:
I have the same question (0)
  • Himanshu_90677 Profile Picture
    416 on at

    Hello, @SathishSS text can't be calculated you need to make Collection 

    App OnStart =

    ClearCollect(Times, 
    {Text: "1:00 AM", hour:1, Minutes: 60},
    {Text: "1:30 AM", hour:1.30, Minutes: 90},
    {Text: "2:00 AM", hour:2, Minutes: 120},
    {Text: "2:30 AM", hour:2.30, Minutes: 150},
    {Text: "3:00 AM", hour:3, Minutes: 180},
    {Text: "3:30 AM", hour:3.30,Minutes: 210},
    {Text: "4:00 AM", hour:4, Minutes: 240},
    {Text: "4:30 AM", hour:4.30,Minutes: 270},
    {Text: "5:00 AM", hour:5, Minutes: 300});

     

    Add Dropdown Item = Times 

    you can calculate 

    dropdown.selected.hour <= or >= 

     

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 379 Most Valuable Professional

#2
11manish Profile Picture

11manish 203 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard