Hi,
So I have a small issue.
I have a gallery of items, I can select on each to view that item. I can then edit that item if I so wish.
I press a button in the view screen that will take me to an edit screen(where I can edit an item).
I press a button that shows a pop up asking whether I want to go ahead with these changes or not. I press yes or no and it works okay.
But if I go back to the gallery and then view that item again. But once I hit the edit button, it takes me to the popupbox first and not the edit screen. If I press "No", it clears the popup and lets me edit.
Its like, when I press the edit button, its bringing me to the last saved position of the screen(which is the popup).
Is there something I'm missing here??
From "View Screen" On Select = EditForm(EditForm1);Navigate(EditScreen1, ScreenTransition.None)
From "Edit Screen" On Select = UpdateContext({ShowPopUpMobile:true})
From PopUp On select = UpdateContext({ShowPopUpMobile:false}) or On select=SubmitForm(EditForm1)
Edit form
on Success = back()
on reset = false
on failure = false
Any ideas, or solutions would be much appreaciated.
Solved! Go to Solution.
Add the following to your OnSuccess action formula of the form:
UpdateContext({ShowPopUpMobile:false})
I hope this is helpful for you.
Add the following to your OnSuccess action formula of the form:
UpdateContext({ShowPopUpMobile:false})
I hope this is helpful for you.
Your a genius, that worked👍
User | Count |
---|---|
256 | |
107 | |
90 | |
51 | |
44 |