Forum Discussion
Perry Armiras
Aug 09, 2018Copper Contributor
Trying to build a form in Powerapps that only displays a new item form
Hey all, I'm currently trying to build a landscape app that only has one screen: new item submission. I've added the form, linked my sharepoint list as a data source, and added the submitform bu...
Rebekka Aalbers-de Jong
Aug 13, 2018Iron Contributor
If you want a Submission successful screen you will have to build it. You can also use the Notify function to show a message at the top of the screen that submission was successful (https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-showerror).
If you want to stay on the samen screen you will have to add the ResetForm function (https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-form) to reset your form.
Regarding your list: could it be that you added some column formatting to your list or the columns in your list? Than I would have a look at that. I have had something simmelar happening and the problem was with the column formatting syntax.
If you want to stay on the samen screen you will have to add the ResetForm function (https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-form) to reset your form.
Regarding your list: could it be that you added some column formatting to your list or the columns in your list? Than I would have a look at that. I have had something simmelar happening and the problem was with the column formatting syntax.