aprildunnam / PowerApps

Collection of Power Apps template apps, components and examples
Other
413 stars 226 forks source link

Desk Booking - Main Dash Board #97

Open nstrain17 opened 1 year ago

nstrain17 commented 1 year ago

Hello

I have downloaded the newest version of your desk booking template but I am getting an error for the formula that retrieves any bookings for the user. I can see the data being populated in the SharePoint list when a booking is made so I'm happy that the list has been set up correctly.

image

FirstN( SortByColumns( Filter( 'Desk Reservations', ReservedBy.Email = currentUser.Email && 'Check Out From Number' >= Value( Text( Today(), "yyyymmddhmm" ) ) ), "CheckOutFromNumber", Ascending ), 2 )

Any help would be appreciated.

Thank you

christheninjapirate commented 10 months ago

I think the issue is solved in this post - https://github.com/aprildunnam/PowerApps/issues/100#issuecomment-1471463426. The ReservedBy.Email syntax doesn't seem to work as provided in the app download (at least for me and others)