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 / multiple condition 3 r...
Power Apps
Unanswered

multiple condition 3 results

(1) ShareShare
ReportReport
Posted on by 55
i need a result for my time in and out.
 
   
  
1. if no data in id textbox result is "" ,
2. if todays date has no time in and out the result is "add"
3.  if todays date has  time in and no out the result is "edit"
 
conclusion if this day has time in the time out to be record is to edit the database 
 
Categories:
I have the same question (0)
  • TomMoody Profile Picture
    115 on at
    Please give more context 
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at
    hey
     
    what ID Textbox do you mean? The one provided by sharepoint per default? if yes this ID column will never be empty because its automatically generated by sharepoint when u save a new Item.
     
    If the Post help you solve your issue, please mark it as verified answer and give it a like so we can help other in the community with similar issues 

    Greetings
     
  • cha143 Profile Picture
    55 on at
    If(
    IsBlank(Last(Filter(Attendance,  id = id.Text And transactiondate exactin  dbdatenow.Text)).timeout) &&
    !IsBlank(Last(Filter(Attendance,  id.Text)))  &&
    IsBlank(Last(Filter(Attendance,  id = id.Text)).timein)
     , "add", "edit", "first result")
     
     

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 392 Most Valuable Professional

#2
11manish Profile Picture

11manish 136 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 109 Super User 2026 Season 2

Last 30 days Overall leaderboard