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 Apps
Unanswered

Form validation

(0) ShareShare
ReportReport
Posted on by 10

Hi all, 

 

I've got a form validation on my submit button which works fine but i'd like to show a notification to say not all fields are completed (without having to validate every field) 

something like this - if(form1"is not valid" then Notify("You cannot submit form as data incomplete",Notificationtype.error, submit(form1) 

 

is this possible?

Categories:
I have the same question (0)
  • CNT Profile Picture
    10,921 Super User 2024 Season 1 on at

    @Albo could you please share the formula you have at present in the submit button.

  • Albo Profile Picture
    10 on at

    If(Form1.Valid,
    Patch('xxxxxxxx v1.1',
    Defaults('xxxxxxxx v1.1'),
    Form1.Updates);
    NewForm(Form1);
    Notify("Data Submitted",NotificationType.Success);
    Navigate(Screen1))

     

    I've included the patch in the coding because I'll be adding multiple screens at a later time

  • CNT Profile Picture
    10,921 Super User 2024 Season 1 on at

    @Albo Try this,

    If(Form1.Valid,
    	Patch('xxxxxxxx v1.1', Defaults('xxxxxxxx v1.1'),Form1.Updates);
    	NewForm(Form1);
    	Notify("Data Submitted",NotificationType.Success);
    	Navigate(Screen1),
    	Notify("You cannot submit form as data incomplete",Notificationtype.Error)
    )

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 936

#2
Valantis Profile Picture

Valantis 604

#3
11manish Profile Picture

11manish 518

Last 30 days Overall leaderboard