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 / Keep an Object Hide af...
Power Apps
Unanswered

Keep an Object Hide after SubmitForm

(0) ShareShare
ReportReport
Posted on by 100

Hi Everyone,

 

I have 3 objects, Textbox Combo Box and Radio buttons that is hidden and unhide these 3 objects when the Check Box is checked. 

 

I have  a Button 'submit' onSelect trigger to send data to  SharePoint list thru SubmitForm and NewForm function. . I noticed after an item is created the 3 objects is still visible although the Check Box is already UnCheck.

 

How do I keep the 3 objects Hidden after the form is Submitted? Thanks for all your help 🙂

Categories:
  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @vicsaisan ,

     

    You could use variables to control the visibility of the controls. For example:

    When you submit form , execute this formula.

    Set(ControlVisible,fasle)

     Set these there controls Visible property to:

    ControlVisible

     If you need to make these controls visible, just set the variable ControlVisible to true.

     

    Best Regards,

    Bof

  • floxfloat Profile Picture
    100 on at

    Hi v-Bofeng,

     

    Can you elaborate more how this is being done?

    I have set a variable _controlVisible in button 'submit'  and value is false

     

    in my text input i.e 'textinput1',for visible property this object hides when checkbox1.value = false, how can I use _controlVisible variable to control/hide the visibility of textinput1 after the form is submitted?

    This formula I am using in 'textinput1' visible property

      If(checkbox1.value = true, true) , 

    this work ok however after the form is submitted, checkbox1 switch to uncheck which is expected however textinput1 remains visible

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

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard