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.
Hi @crliu ,
Save the current record in a Variable before you Submit the form - example if the record was selected from a Gallery
Set(
gblRecord,
GalleryName.Selected
)
then if you have a failure
Patch(
YourListName,
gblRecord
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
-
Hi @crliu ,
Save the current record in a Variable before you Submit the form - example if the record was selected from a Gallery
Set(
gblRecord,
GalleryName.Selected
)
then if you have a failure
Patch(
YourListName,
gblRecord
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
-
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.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
190 | |
52 | |
51 | |
36 | |
33 |
User | Count |
---|---|
268 | |
97 | |
83 | |
68 | |
68 |