Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building 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:
  • Verified answer
    v-bofeng-msft Profile Picture
    on at
    Re: Allow book a desk only

    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

  • kinghnvn Profile Picture
    on at
    Re: Allow book a desk only

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

  • StalinPonnusamy Profile Picture
    Super User 2024 Season 1 on at
    Re: Allow book a desk only

    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

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard