I know SubmitFrom() will submit this form to sharepoint list.
How to show these content after clicking this submit button?
Solved! Go to Solution.
Create a variable OnSuccess property of the Form as:
Set(varLastItem, FormName.LastSubmit)
Then in the Item property of the form put name of the variable;
varLastItem
------------
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.
Create a variable OnSuccess property of the Form as:
Set(varLastItem, FormName.LastSubmit)
Then in the Item property of the form put name of the variable;
varLastItem
------------
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.
😂
Thank you very much! One more question, how can I reset the displayview from edit to view when I click submit? And if I need one more button to create a new form if I need submit another Form just after this?
If you need to change it to view after submit, alter the formula to;
Set(varLastItem, FormName.LastSubmit); ViewForm(FormName)
Then insert another button on your screen. OnSelect of the Button:
NewForm (FormName)
------------
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.
That works! Thank you !
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
187 | |
53 | |
52 | |
38 | |
37 |
User | Count |
---|---|
282 | |
97 | |
86 | |
80 | |
77 |