Each time I want to enter a new item the edit form contains information from the last time I used that screen.
For example, I've a peoplepicker on screen 2. When I click on new item on screen 1 which redirects me to screen 2 (the edit screen) it still shows the name I last entered in the last session.
How do I make sure that screen 2 doesn't contain data when I use it for a new item?
Solved! Go to Solution.
Hey @Jean-Paul
Try to do this in the OnSucces from EditForm:
Back();ResetForm(EditForm1)
Hope this helps
Kind Regards
Tom
If this reply has answered your question or solved your issue, please mark this question as answered.
Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up.
It worked but I had to change the ';' to a '+' sign:
Back()+ResetForm(EditForm1)
Hey @Jean-Paul
Try to do this in the OnSucces from EditForm:
Back();ResetForm(EditForm1)
Hope this helps
Kind Regards
Tom
If this reply has answered your question or solved your issue, please mark this question as answered.
Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up.
It worked but I had to change the ';' to a '+' sign:
Back()+ResetForm(EditForm1)
Hey @Jean-Paul
I guess that has something to do with your regional settings.
Try to look for Region in windows search and then this:
click additional settings
look in the list operator
Hope this helps 🙂
Kind regards
Tom
If this reply has answered your question or solved your issue, please mark this question as answered.
Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up.
Nope, that isn't it. My region is set the English. But the app is being displayed in my mother language (dutch). Maybe the problem is caused by that.
Hey @Jean-Paul
I had that problem too because my mother language is also dutch 🙂
I fixed it to set the language of my pc to English so now I can use ; and , in PowerApps
Maybe that will fix your problem as well, I recommend you to set the language to english but use the Belgian Period as keyboard
Kind regards
Tom
If this reply has answered your question or solved your issue, please mark this question as answered.
Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up.
User | Count |
---|---|
239 | |
116 | |
94 | |
58 | |
32 |
User | Count |
---|---|
286 | |
132 | |
106 | |
63 | |
57 |