Hi Team,
After a user submits a new form, they get redirected back to the gallery. Then they try to add a new form, and they get hit with a "Getting your data ..." message on the form. The only way to get rid of it is to refresh the browser everytime the submit.
Solved! Go to Solution.
Hi @Anonymous,
Could you please share more details about the formula within the OnSelect property of the Navigate button (click it to navigate to the Edit/New screen)?
Which browser do you use to run your app?
I have made a test on my side, and don't have the issue that you mentioned.
Please take a try to set the OnSelect property of the Navigate button to following:
ResetForm(EditForm1); /* <-- EditForm1 represents the Edit form within your app */
NewForm(EditForm1);
Navigate(EditScreen1,ScreenTransition.Cover) /* <-- EditScreen1 represents the Edit/New screen within your app */
Add the following formula within the OnSuccess property of the Edit form control:
Refresh('YourDataSource')
Please also take a try to clear cache of your browser, then run your app again, check if the issue is solved.
If the issue still exists, please consider re-create your app, check if the issue still exists.
Best regards,
Kris
@Anonymous,
I am assuming that you have a button on another screen that navigates to the screen, for example (Screen2), with the edit form, for example (Form1), on it. Does the button that navigates to the Edit screen have as its OnSelect property, NewForm(Form1);Navigate(Screen2,None)?
Hi @Anonymous,
Could you please share more details about the formula within the OnSelect property of the Navigate button (click it to navigate to the Edit/New screen)?
Which browser do you use to run your app?
I have made a test on my side, and don't have the issue that you mentioned.
Please take a try to set the OnSelect property of the Navigate button to following:
ResetForm(EditForm1); /* <-- EditForm1 represents the Edit form within your app */
NewForm(EditForm1);
Navigate(EditScreen1,ScreenTransition.Cover) /* <-- EditScreen1 represents the Edit/New screen within your app */
Add the following formula within the OnSuccess property of the Edit form control:
Refresh('YourDataSource')
Please also take a try to clear cache of your browser, then run your app again, check if the issue is solved.
If the issue still exists, please consider re-create your app, check if the issue still exists.
Best regards,
Kris
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
214 | |
205 | |
86 | |
58 | |
38 |
User | Count |
---|---|
322 | |
260 | |
130 | |
86 | |
55 |