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 / Submit form than navig...
Power Apps
Answered

Submit form than navigate to another screen to check

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I want to make a button thats submit my form and than i want to go to another screen to check if everything is correct and maybe there to edit if it is not correct. how do i fill in the formula for this button.

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

    @Anonymous The idea of Checking before Submitting is to make sure all the mandatory fields are filled and all the entries have Valid data. In your case all the fields that have a * before their name shows that they are mandatory (required) fields. If you try to submit with empty values, you will get a runtime error. Even if somehow the data gets submitted, it will be a heap of mess. So the principle is to validate the data before submitting.

    Hope this helps!

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    @CNT Can you please tell me how i can validate the data?

    How do i solve this?

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

    @Anonymous You can use the built-in Valid function for this. This will return a true or false and you can check value that before you Submit the Form. The following code will go in the OnSelect of the Tick (icon). Please change yourForm to the actual name.

    If(yourForm.Valid, SubmitForm(yourForm), Notify("Error Message"))

     

    Please remember to give a 👍 and accept the solution as it will help others in the future.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I get a error on this formula? see attachment

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

    @Anonymous what is the error that you are getting? 

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Sorry I actualy don't get een error but a red cross that the formula is not oke look at the attachment.

    Sorry i am a newbie and try to learn powerapps.

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

    @Anonymous If you click on the Formula bar, it will show the error. Take a screen shot and send it across.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Here is the error look at the attachment.

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

    @Anonymous I can't see the Error message. Click inside the Formula Bar and it will show the Error: something bla bla bla...

    CNT_1-1622491220890.png

     

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I hope know it is visible for you.

    Powerapps2.png

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard