My problem is Second_Screen go to Screen_Three and than back to Second_Screen. click the submit form, but can't back to First_Screen.
Now => First_Screen => Second_Screen => Screen_Three => Second_Screen => Submit => Screen_Three = x
I need => First_Screen => Second_Screen => Screen_Three => Second_Screen => Submit => First_Screen = √
Can anyone help me tell me what is wrong?? Thank
below have some photo can reference.
Solved! Go to Solution.
hi @ykwong,
Can you share a bit more about your issue?
Can you show me the error info about your issue?
Do you want that when you submit the form successfully ,it can back to first screen ?
Can you show me the formula on the OnSuccess property of the edit form in your second screen?
I made a test, it worked.
Set the onsuccess property of editform of editscreen1 to:
Navigate(BrowseScreen1,ScreenTransition.None)
On your side ,You can set the onsuccess property of editform in the second screen to:
Navigate(First_Screen,ScreenTransition.None)
please check if the onsuccess property of edit form is set to Back().
regards,
eason
HI
On your submit button, you have to add a sequential step , like
SubmitForm() ;; Navigate(screen) (1 or 2 😉
Regards
below is my formula:
NewForm(EditForm1);Navigate(EditScreen1, ScreenTransition.None) (First_Screen) => Navigate(Culcalator, ScreenTransition.Fade) (Second_Screen) => Reset(TextInput1);Navigate(EditScreen1,Transition.None) (Three_Screen) =>SubmitForm(EditForm1);Navigate(BrowseScreen1,ScreenTransition.None) (Second_Screen).
and then after I SubmitForm is go to Screen Three. Instead of the First screen.
hi @ykwong,
Can you share a bit more about your issue?
Can you show me the error info about your issue?
Do you want that when you submit the form successfully ,it can back to first screen ?
Can you show me the formula on the OnSuccess property of the edit form in your second screen?
I made a test, it worked.
Set the onsuccess property of editform of editscreen1 to:
Navigate(BrowseScreen1,ScreenTransition.None)
On your side ,You can set the onsuccess property of editform in the second screen to:
Navigate(First_Screen,ScreenTransition.None)
please check if the onsuccess property of edit form is set to Back().
regards,
eason
Thanks for your post @ykwong - can you review the latest reply and advise if it solves your problem?
User | Count |
---|---|
142 | |
142 | |
76 | |
73 | |
71 |
User | Count |
---|---|
231 | |
170 | |
74 | |
69 | |
60 |