Announcements
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.
@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!
@CNT Can you please tell me how i can validate the data?
How do i solve this?
@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.
I get a error on this formula? see attachment
@Anonymous what is the error that you are getting?
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.
@Anonymous If you click on the Formula bar, it will show the error. Take a screen shot and send it across.
Here is the error look at the attachment.
@Anonymous I can't see the Error message. Click inside the Formula Bar and it will show the Error: something bla bla bla...
I hope know it is visible for you.
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 541
WarrenBelz 434 Most Valuable Professional
Valantis 289