Power Apps: Tutorial to create a form with a dynamic number of rows and save all rows to SharePoint

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ธ.ค. 2024

ความคิดเห็น •

  • @Cruisewithmk
    @Cruisewithmk 17 วันที่ผ่านมา

    Perfect explanation. This is what I was looking for. Thanks.

  • @RefdilzonYasra
    @RefdilzonYasra 7 วันที่ผ่านมา

    thank you for sharing...this is solve my case...

  • @vossenjonk3448
    @vossenjonk3448 2 หลายเดือนก่อน +1

    Exactly what I needed, thank you for this resource!

  • @spen2431
    @spen2431 3 หลายเดือนก่อน +1

    Perfect.. Just what I am after. Thanks for sharing !

  • @ภูวเนศวร์ยอดจงรัมย์-ผ3ณ

    Thank you for Knowlege

  • @chairattangthong
    @chairattangthong 6 หลายเดือนก่อน +1

    I have learnt a lot from this video and you have help me a lot, thank you so much for wonderful video and share with us Cheers

    • @snipesnab
      @snipesnab 6 หลายเดือนก่อน +1

      Glad to have helped :)

  • @yo_its_race9867
    @yo_its_race9867 11 หลายเดือนก่อน +2

    Thank you for making the exact thing I needed. Question: could I make input components outside of the gallery that will act as a constant for all rows when patching to share point? Something like a user ID for the individual placing the order.

    • @snipesnab
      @snipesnab 11 หลายเดือนก่อน

      Yes, you can reference an ID number when patching each row simply by calling that text extbox.text from within your for all patch statement. Hap that helps. I am I. The process of creating a new purchase request and purchase order app where I do just this. Thanks.

    • @cuckageminfinita6831
      @cuckageminfinita6831 8 หลายเดือนก่อน

      how about, you got it ?

  • @Shellbell292
    @Shellbell292 5 หลายเดือนก่อน +1

    Hello, thanks for the video - very useful. Is it possible to create an approval flow based on the group of items collected instead being individual approvals triggered by the separate rows added to the SharePoint list?

  • @miroadugna1843
    @miroadugna1843 3 หลายเดือนก่อน

    Thank You so much it is great. and it would be greater if can share your data sources as well.

  • @DirtBikingFunWith14
    @DirtBikingFunWith14 ปีที่แล้ว

    Great job. I learned a lot from this video. Thanks for taking the time to create this. Question: is there a way to total all the total column items for a grand total? How can this be done?

    • @powerappsacademy9460
      @powerappsacademy9460  ปีที่แล้ว +1

      Thanks for your feedback, much appreciated. You can achieve the total with the following: Sum(YOUR_GALLERY_NAME.AllItems,NAME_OF_COLUMN_TO_TOTAL)

  • @michellecurtis5711
    @michellecurtis5711 9 หลายเดือนก่อน

    This is great, thank you!! I have used this in my app to write rows to a SharePoint list, however is there a way to also make the rows editable and removable back and forth to the SharePoint list? Probably out of scope of your example, but would love to be able to accomplish this. 🙂

    • @powerappsacademy9460
      @powerappsacademy9460  9 หลายเดือนก่อน

      Hi Michelle, sure this is possible but a little more complicated. I am working on a new purchase order app that jldoes just this so keep a lookout for that video over the next few weeks.

  • @basehumax
    @basehumax ปีที่แล้ว

    Hi, Please add ability to print the order invoice style, for sure will buy it of you thanks

  • @fatoumam.a7577
    @fatoumam.a7577 4 หลายเดือนก่อน

    Many Thanks

  • @joaopedrogaldino2257
    @joaopedrogaldino2257 3 หลายเดือนก่อน

    Thanks for you help. Can I use a dropdown selection instead of a text insert?
    I’m trying to do this, but the collection table returns “?”.

  • @xkeepersvk
    @xkeepersvk 11 หลายเดือนก่อน

    Hello, is there any way to have this functionality in model driven app?

  • @NatashaGondiProfessional
    @NatashaGondiProfessional 6 หลายเดือนก่อน

    Hi Thank you so much for this video, Question: could I make input components outside of the gallery that will act as a constant for all rows when patching to share point? Something like a user ID for the individual placing the order.

  • @ArringtonFamily-y7k
    @ArringtonFamily-y7k 2 หลายเดือนก่อน +1

    How do you keep the values selected if the control is a combo box, when adding a blank row it clears the selected values?

    • @ArringtonFamily-y7k
      @ArringtonFamily-y7k 2 หลายเดือนก่อน +1

      Just found the answer it is in the defaultselecteditems property {Value:ThisItem.item_emp} where item_emp is the column in my collection table. Thanks for the video

  • @ajayrathod7777
    @ajayrathod7777 8 หลายเดือนก่อน

    Hi, is powerapps E3 free for all users,We have E3 license ? And is powerapps capable?does it have performance issues?

  • @nareshnari1335
    @nareshnari1335 5 หลายเดือนก่อน

    For all function is not working now, can you provide alternate step.