I was confused on how to properly use it and I ran into the issues you called out. Now it makes sense. Thank you for making this video.
@craiggers3300 Жыл бұрын
Well thought out and explained. (I find your elocution and pronunciation outstanding.). Great video. Thanks.
@violettabybina69962 жыл бұрын
Was a coincidence! I was struggling with Patch function today and now I see your video!
@AlirezaAliabadi2 жыл бұрын
I suggest you watch this video first. If you come to conclusion that Patch is the way to go, then troubleshoot your Patch. Most of the time UpdateIf is a much better way to modify records. kzbin.info/www/bejne/fYK3ZH2reNGIgMU
@barunroyghatak43802 жыл бұрын
But I was successfully won the patch function with multiple updates. But I won't applied UpdateIf function. So I understand lookup is the game for baserecord.
@fredbarnes196 Жыл бұрын
Even using the lookup function: Network error while using patch function: Conflict exists with changes on the server, please reload... and it is adding a record with an auto incrementing primary name
@mce8183 Жыл бұрын
Can you help me solve this issue im having. when i finished and click on save....Network error when using patch function: Field "Title" is required. Does that mean i have to add a Title to my list?
@yoginathbadadale Жыл бұрын
Pass the value for Title field as this is mandatory in Sharepoint property or that is not required then change the setting for Title coloumn and select mandatory as No hope it will help you
@jl1399 Жыл бұрын
Im using a sharepoint integration app if i try to patch the status column and also use submit form on a button it creates a situation where the two command fight for which changes to use.
@narendrakumarpappu6621 Жыл бұрын
while patching my collection to data source(share point), getting error-Network error while using patch function.The request opeation is invalid. How to resolve this.
@elirdz Жыл бұрын
What if Im patching by just passing a collection? i.e Patch(sqltable, datacol), where datacol carries the ID of the row and the field to be patched.
@wildchangjr.8998 Жыл бұрын
I am having a weird issue. Whenever I run the patch function for the first trial when creating a new record, it doesn't work. But when I run it again for the same record, it works. Is there a way to fix this? Would Collect be more reliable?
@shivanikoul45817 ай бұрын
I'm working on one scenario where users can fill out a form and save it as a draft. If a user fills out some data and saves it as a draft, then closes the app, the next time they open the application, the data they previously saved as a draft should be populated in the form automatically. Please help.
@breadmeo3 ай бұрын
same happens with me, please let me known if you get to known
@al-omdaahmed3191 Жыл бұрын
thank you very much for this video , you make it Crystal clear
@vivekyadav-qh6yw2 жыл бұрын
How to export data powerapps to txt file?
@AlirezaAliabadi2 жыл бұрын
Do you mean comma delimited test? What do you want to do with that text file after?
@vivekyadav-qh6yw2 жыл бұрын
I have to download that file with SharePoint submitted data Thanks for your reply 😊
@anuradhajorapur7398 Жыл бұрын
I am facing network issue while using the patch! What could be the reason and how to rectify