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 / Allow book a desk only
Power Apps
Answered

Allow book a desk only

(0) ShareShare
ReportReport
Posted on by

Hi all,

 

I have a desk map and currently I'm able to book multiple desks with different slot time (startTime to endTime)

I want to set up to allow book a desk only. Could you please help? 

kinghnvn_0-1639753527142.png

 

DeskBooking SharePoint list: Title (text), StartDateTime (mm/dd/yyyy hh:mm:ss),  EndDateTime (mm/dd/yyyy hh:mm:ss)

 

My Book Button

DisplayMode

 

If(
!IsBlank(
LookUp(
DeskBooking,
(startTime >= StartDateTime && endTime <= EndDateTime ||
startTime <= StartDateTime && endTime >= EndDateTime ||
endTime > StartDateTime && endTime < EndDateTime||
startTime > StartDateTime && startTime < EndDateTime) &&
Title = MainGallery.Selected.Title
)
),
DisplayMode.Disabled,
DisplayMode.Edit
)

@StalinPonnusamy 

Categories:
I have the same question (0)
  • StalinPonnusamy Profile Picture
    Super User 2024 Season 1 on at

    Hi @kinghnvn 

     

    Are you expecting to allow the user to book for a single time slot for a given day?

     


    Thanks,
    Stalin - Learn To Illuminate

  • kinghnvn Profile Picture
    on at

    No. User can book at any time of the day if it doesn't conflict, but can only book a desk

  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @kinghnvn :

    Do you want to restrict users to only book one desk at a time?

    Could you please show me how did the user book the desk? What is the code?Can you please introduce your APP in detail?

    Best Regards,

    Bof

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 431

#2
WarrenBelz Profile Picture

WarrenBelz 360 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 280 Super User 2026 Season 1

Last 30 days Overall leaderboard