Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Reset date control in form on button select

(0) ShareShare
ReportReport
Posted on by 76

I have a Power Apps form.  When I click the submit button (outside the form), I need to reset a date control that is within the form.  How can I do this?

  • anandm08 Profile Picture
    1,936 Super User 2025 Season 1 on at
    Re: Reset date control in form on button select
    If(
     !IsBlank(controlName),
     Set(
     isReset,
     !isReset
     )
    )

    try this formula it will only set the reset true if your control is blank or emplt just change the name of control inside isBlank with .Value

     

     

     

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • StaceyGriffeth Profile Picture
    76 on at
    Re: Reset date control in form on button select

    @anandm08 never mind, I figured it out!  Thanks for your help!

  • StaceyGriffeth Profile Picture
    76 on at
    Re: Reset date control in form on button select

    @anandm08 thanks so much for your reply!  If I understand correctly, this will reset the control to it's default value, correct?  How do I ensure that if the field already contains a value, it does not reset to the default?

  • Verified answer
    anandm08 Profile Picture
    1,936 Super User 2025 Season 1 on at
    Re: Reset date control in form on button select

    hey @StaceyGriffeth ,

    put this formula in button onSelect:

    Set(isReset,!isReset)

    put this in Reset property of the date control:

    isReset

     

     

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

     

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 Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 110 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 77

#3
stampcoin Profile Picture

stampcoin 52

Overall leaderboard