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 / Validate form and submit
Power Apps
Answered

Validate form and submit

(0) ShareShare
ReportReport
Posted on by 10

Hi all, 

 

i'm new to PowerApps and working on my first app,  I'm just trying to figure out how to validate my form and submit:

 

Patch('xxxxxxxxxxx sharepoint list',
Defaults('xxxxxxxxxxx sharepoint list'),
Form8.Updates,Form9.Updates,Form10.Updates);
NewForm(Form8);
NewForm(Form9);
NewForm(Form10);
Notify("Data Submitted",NotificationType.Success);
Navigate(Screen1)

 

I have 3 forms in total as you can see from above and before you navigate from each screen i have set the OnSelect validation as "If(Form9.Valid, Navigate(Screen3))"

 

As the submit button is on Form10 - how do i add in the Form10.Valid check before i allow submission?

Categories:
I have the same question (0)
  • Verified answer
    v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @Albo ,

     

    I think you could control the display mode of the submit button via the Form10's validation:

     

    Set DisplayMode of the submit button

    If(Form10.Valid, DisplayMode.Edit, DisplayMode.Disabled)

     

    So if Form10 is not valid, the submit button would be grayed out and stop the user from submitting.

     

    Hope this helps.

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 493 Most Valuable Professional

#2
11manish Profile Picture

11manish 479

#3
Haque Profile Picture

Haque 328

Last 30 days Overall leaderboard