PowerApps - Upload file to SharePoint Library or OneDrive using Attachment Control

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 27

  • @kh884488
    @kh884488 Рік тому +2

    Very very helpful! I have not touched PowerApps for years and the V2 attachment control is quite new. Thanks so much for putting this together! I would give this 100 likes if I could, but since I can't do that, I'll simply like and subscribe. Thanks again!

  • @sivaperam1477
    @sivaperam1477 6 місяців тому +1

    You are simply awesome.

  • @jassongiannini8220
    @jassongiannini8220 6 місяців тому +1

    So it seems that it is required to have sharepoint in order to build an app in powerapps that uploads documents? As you need a sharepoint list for the attachment element. This does not show how to get files into one drive with out sharepoint.

  • @Man.0815
    @Man.0815 7 місяців тому +1

    Excellent! Thanks for simple and understanding video. Now what if I want the same of the file? since it's taking same name i.e. 'Test.pdf' even if we upload different file.

  • @RLycas
    @RLycas Рік тому +2

    Thanks for the tutorial, it's crasy that MS haven't still made a straight component for it and force us to use this workaround. This method works if you have just 1 file at time or there is a way to multiple select and upload "x" file at once ?

    • @mrmozerz
      @mrmozerz Рік тому

      I also want to know how to do multiple files

  • @cescastellanos
    @cescastellanos 9 місяців тому +1

    Excelent!!!!! Thank you.

  • @tehabte
    @tehabte Рік тому

    Great job, I am new to poweapps and I found yours so much easier to follow.
    one question tho
    what if i want to add a subject with the attachment how will i do it?

  • @CarrieLevine
    @CarrieLevine Рік тому +1

    Getting an error on running flow that it expects file contentbytes to be blob not table (doesn't accept AttachmentControl.Attachments.Value. What am I doing wrong?

  • @karimhassan9902
    @karimhassan9902 28 днів тому

    Very good application , however, i' ve query to save the attachment with dropdown and text in SharePoint list how can i do it

  • @cleytoncarvalho82
    @cleytoncarvalho82 3 місяці тому

    Me salvou meu amigo! Muito obrigado!!!

  • @raghavsharma4842
    @raghavsharma4842 2 місяці тому

    I am new to this, and I really like your video. If someone wants to upload files in the size between 1-2 GB, can one accomplish it with this solution? I have similar solution and the maximum I can upload is 60MB i think. Would love any thoughts on this, as I am trying to figure it out

  • @bhavanibellary8556
    @bhavanibellary8556 5 місяців тому +2

    The flow was success but content was missing

  • @newspapergames140
    @newspapergames140 9 місяців тому

    Hi M365!
    Great video, congratulations on the teaching!
    I would like to know if there is a way to keep the original file name, and how I can do that! I know that using Json works, but when I generate the JSON I receive an error and I didn't find anything that would help me solve this problem.
    Can you help me?

  • @freezingfiremr
    @freezingfiremr Рік тому

    How do we upload the file to the notes entity in Dataverse? I tried the Patch, but First(AttachmentControlName.Attachments).Value have the content as temp azure blobs. Do we need to write flow for the annotations also?

  • @edclar
    @edclar 6 місяців тому

    using Attachment Control to upload to Document Library and Create individual folders how?

  • @kirankumar-tn8om
    @kirankumar-tn8om Рік тому

    hi,
    is there any way we can use connection reference instead of direct connection

  • @Victor-jw3bw
    @Victor-jw3bw 8 місяців тому

    I do have one slight big problem: I am not the owner of the company I work in and they seemed to have restricted the access to site creation. any other ideas on how to access a database?

  • @user-fg2om5pz6m
    @user-fg2om5pz6m Рік тому

    Getting the issue that the file I attach is null, and the First(s.attachments).Name is also empty. Any ideas what I'm doing wrong?

  • @revanthchouhan3068
    @revanthchouhan3068 Рік тому

    its giving me a message saying this file doesn't have a preview we can show you

  • @Rexodom
    @Rexodom Рік тому

    Hi There! Could you maybe explain how to keep the original filename? Insted of putting test.pdf?

    • @hentonkatz6570
      @hentonkatz6570 Рік тому

      I used a dynamic control under file name (file.name) and it works

    • @keli9918
      @keli9918 Рік тому

      Open the flow expression editor then copy + paste this code into the File Name field: triggerBody()['file']['name']