Announcements
I have a sharepoint list named attendance and when ever some one click on "clockin" in power apps it takes todays date and location and status as "In" and if they click "Clockout" in powerapps it takes "Out" and stores in a record of that list now i want to show the status of employess in the employee directory based on in and out for todays date. but i am not able to get the logic can anybody help me in this
Hey @HARI3
For the status you can set a formula/expression like the following:
If(IsEmpty(Filter(attendance,EmployeeName = ThisItem.EmployeeName && Date = Today())),"Not Available",Lookup(attendance,EmployeeName = ThisItem.EmployeeName && Date = Today(),Status))
Here:
I hope this helps 🙂
Thnaks @Sundeep_Malik
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 356 Most Valuable Professional
11manish 225 Super User 2026 Season 2
Mohsin Ali 211