Hi All,
We have below queries regarding the Patch function.
1. Does Patch requires the data source to be refreshed before we perform the Patch operation?
2. Will Patch function refresh the DataSource and we can see updated values back immediately or we need to perform refresh after the patch.?
3. How to know if the Patch was successful?
4. When doing an insert with Patch does it first inserts a blank row and then updates the values back into the row?
We are concerned with the above queries as we have observed inconsistent behaviour with the Patch Function.
Much appreciated for any help!
Thanks
ThreeAtion
Solved! Go to Solution.
Hi @sumitmukund ,
Your questions
1. Does Patch requires the data source to be refreshed before we perform the Patch operation?
No
2. Will Patch function refresh the DataSource and we can see updated values back immediately or we need to perform refresh after the patch.?
No and Yes(Refresh needed)
3. How to know if the Patch was successful?
Refresh and do a lookup is probably the best, but you may get better answers
4. When doing an insert with Patch does it first inserts a blank row and then updates the values back into the row?
I do not believe so
The main thing I wanted to tell you here is that there are some bugs, one in particular is writing to existing records where the target value is blank. I always use UpdateIf for existing records and have found it very reliable. You can also update multiple matching records without needing a ForAll loop.
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.
Hi @sumitmukund ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
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.
Hi @sumitmukund ,
Your questions
1. Does Patch requires the data source to be refreshed before we perform the Patch operation?
No
2. Will Patch function refresh the DataSource and we can see updated values back immediately or we need to perform refresh after the patch.?
No and Yes(Refresh needed)
3. How to know if the Patch was successful?
Refresh and do a lookup is probably the best, but you may get better answers
4. When doing an insert with Patch does it first inserts a blank row and then updates the values back into the row?
I do not believe so
The main thing I wanted to tell you here is that there are some bugs, one in particular is writing to existing records where the target value is blank. I always use UpdateIf for existing records and have found it very reliable. You can also update multiple matching records without needing a ForAll loop.
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.
Hi @sumitmukund ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
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.
Hi @WarrenBelz
Firstly thank you so much for an insightful response. We are trying to evaluate the performance and reliability of the UpdateIf function as suggested.
Thanks
ThreeAtion
Hi @sumitmukund ,
If you still have any question about patch function or updateif function, you are welcome to post your problem here.
If you do not have any other problem, could you change your issue's status to "Answered"?
Thanks!
Best regards,
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
277 | |
235 | |
84 | |
37 | |
36 |
User | Count |
---|---|
356 | |
240 | |
125 | |
72 | |
50 |