Power Pages - How to upload a file in SharePoint using Power Automate?

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

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

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

    Hi
    It's a very good video.
    But in video voice sound is very low.
    Could you please improve this.
    Thank you

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

      Ok next time. Thanks for the support.

  • @edencanada
    @edencanada 25 วันที่ผ่านมา +1

    Good stuff. Thanks.
    On submitting the Power Page form, an entry should be done in the Candidates table in the Dataverse and FileName, URL & type of File (Certifcate, Resume) should be entered in Files table in the Dataverse. Then in the model driven app. When a Candidate name is clicked it should show the Candidate details as well as a subgrid with the files of the candidate. I guess the same Power Automate flow could add two records in the Files table.
    The entry into the Candidates table can be done through JavaScript on submit and the entries into the Files table can be done using Power Automate.
    Is my approach right or do you have some better suggestions?
    Thanks once again.

    • @abm4975
      @abm4975  25 วันที่ผ่านมา

      If you want to upload two files then you need to create two separate files (file data type) in dataverse. All this can done via part of file upload. No JScript needed at all.

    • @abm4975
      @abm4975  22 วันที่ผ่านมา

      Hi
      I have got another video regarding how to retrieve the files from SharePoint.
      th-cam.com/video/berkmWoILaY/w-d-xo.html

    • @edencanada
      @edencanada 22 วันที่ผ่านมา +1

      @@abm4975 Thanks

    • @edencanada
      @edencanada 22 วันที่ผ่านมา +1

      @@abm4975 Thanks.

  • @edencanada
    @edencanada 22 วันที่ผ่านมา +1

    Is there a limit for file size? KB size files are uploaded fine. However, MB size files throwing error.

    • @abm4975
      @abm4975  22 วันที่ผ่านมา

      What error are you getting?

    • @abm4975
      @abm4975  22 วันที่ผ่านมา

      Try open the create file action step > settings > disable "Allow Chunking" from the Content Transfer.

    • @edencanada
      @edencanada 22 วันที่ผ่านมา +1

      @@abm4975 The error is from the Javascript "Error uploading files."

    • @edencanada
      @edencanada 22 วันที่ผ่านมา +1

      @@abm4975 The error is not from Power Automate. In fact the Power Automate flow is not even getting kicked. The error is exception from the JavaScript code "Error uploading files.". This is only happening for larger files.

    • @abm4975
      @abm4975  19 วันที่ผ่านมา

      Could you please give me bit more context about this? Where this JScript is implemented?