I created a screen in Power Apps, there are two forms that need to be submitted at the same time. If one of them fails, what should I do if I want to roll back the submitted updates
Solved! Go to Solution.
@crliu ,
There is not quite a concurrent saving, but here is my simplified solution.
OnSelect property of the SAVE button ( most probably a button control) :
SubmitForm(Form1)
OnSuccess property of the Form1:
SubmitForm(Form2)
OnFailure property of the Form2:
Remove(DataSourceForm1,Form1.LastSubmit)
Hope it helps !
@crliu ,
There is not quite a concurrent saving, but here is my simplified solution.
OnSelect property of the SAVE button ( most probably a button control) :
SubmitForm(Form1)
OnSuccess property of the Form1:
SubmitForm(Form2)
OnFailure property of the Form2:
Remove(DataSourceForm1,Form1.LastSubmit)
Hope it helps !
Thanks for your help!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
14 | |
13 | |
10 | |
10 | |
9 |
User | Count |
---|---|
30 | |
21 | |
15 | |
13 | |
12 |