I have form "myForm" submit button I have used SubmitForm(myForm). After submitting the form. Form is not visible I get "No items to display" message. But I wanted the user to submit another response after successful submission of the form . What shall I be missing? Please elaborate
Solved! Go to Solution.
Change the OnSelect to:
SubmitForm(myForm);NewForm(myForm)
Or insert another Button and OnSelect:
NewForm(myForm)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Change the OnSelect to:
SubmitForm(myForm);NewForm(myForm)
Or insert another Button and OnSelect:
NewForm(myForm)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
190 | |
69 | |
50 | |
38 | |
28 |
User | Count |
---|---|
243 | |
112 | |
91 | |
91 | |
71 |