I created an application screen in Power Apps
First, I executed the submitform using the button.
If you try to apply again after execution, the page does not appear.
“No items to display” is displayed.
However, it is inserted into the dataverse. and defaultmode is FormMode.New
Second, I tried putting newform in the button, When you enter the page again, you will see the form. but data was not inserted into the dataverse. and defaultmode is FormMode.New
Third, I also tried adding refresh() to the button.
It has been inserted into the data bus, and the form is displayed even though “no items to display” are displayed.
How do I solve this?


