Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Trying to figure out how to add length of Stay to a selected date in a start date field as oppossed to the current date.

(0) ShareShare
ReportReport
Posted on by

Is it possible to change this code so that it selects the "Check in Date" and adds the "Length of Stay" so that i can get the "End Date" to automatically display the correct date?

Categories:
  • Verified answer
    BrianS Profile Picture
    2,407 Super User 2024 Season 1 on at
    Re: Trying to figure out how to add length of Stay to a selected date in a start date field as oppossed to the current date.

    On the OnChange property of Check in you could set a variable and use that with some date math to set the default of your Check out when the form is new.

    The syntax will depend on how you have the length of stay set up.

    Here is the documentation for DateAdd:

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-dateadd-datediff

     

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1