Why Power Apps Patch function doesn't work properly

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 22

  • @davidc9652
    @davidc9652 2 года назад

    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.

  • @violettabybina6996
    @violettabybina6996 2 года назад +1

    Was a coincidence! I was struggling with Patch function today and now I see your video!

    • @AlirezaAliabadi
      @AlirezaAliabadi  2 года назад

      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.
      ruclips.net/video/GQT3JuClUJc/видео.html

    • @barunroyghatak4380
      @barunroyghatak4380 2 года назад

      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.

  • @craiggers3300
    @craiggers3300 Год назад +1

    Well thought out and explained. (I find your elocution and pronunciation outstanding.). Great video. Thanks.

  • @fredbarnes196
    @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
    @mce8183 Год назад +1

    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
      @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

  • @wildchangjr.8998
    @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?

  • @jl1399
    @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
    @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
    @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.

  • @shivanikoul4581
    @shivanikoul4581 6 месяцев назад

    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.

    • @breadmeo
      @breadmeo 2 месяца назад

      same happens with me, please let me known if you get to known

  • @al-omdaahmed3191
    @al-omdaahmed3191 Год назад

    thank you very much for this video , you make it Crystal clear

  • @louisbertini
    @louisbertini Год назад

    Love your video! ty

  • @vivekyadav-qh6yw
    @vivekyadav-qh6yw 2 года назад

    How to export data powerapps to txt file?

    • @AlirezaAliabadi
      @AlirezaAliabadi  2 года назад

      Do you mean comma delimited test? What do you want to do with that text file after?

    • @vivekyadav-qh6yw
      @vivekyadav-qh6yw 2 года назад

      I have to download that file with SharePoint submitted data
      Thanks for your reply 😊

    • @anuradhajorapur7398
      @anuradhajorapur7398 Год назад +1

      I am facing network issue while using the patch!
      What could be the reason and how to rectify

  • @raymundjunio580
    @raymundjunio580 Год назад

    Thank you so much sir