Request Files in SharePoint with Power Automate

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

КОМЕНТАРІ • 29

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

    How do you use the Request Files feature in SharePoint or OneDrive? Is automation with Power Automate useful to your business need?

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

    Just what I was looking for. Perfectly explained and demoed. Interesting how Microsoft haven’t added a specific action for this yet

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

    This is amazing! I have been looking for a way to request multiple documents from external users and organize them by user, since this is not possible from Msft Forms. Thank you so much.

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

      Thanks for watching. This is a very useful feature for those sorts of scenarios.

  • @sirfauxfire
    @sirfauxfire 17 днів тому +1

    I'm currently learning JavaScript syntax and how to use its schemas. Can you describe how you got your schema beyond "sample payload -> schema" or if it was written completely manually? And may I ask that you send/post the schema so I know how it works? Thank you!

    • @brightideasagency
      @brightideasagency  16 днів тому

      The process of taking the demonstrative payload and converting it to a generalized schema is an automated one in this context. You can achieve the same simply by taking an action output and using the JSON in this process. Ultimately, the schema just describes the output you get in a way that makes it readily useable in the flow.

    • @sirfauxfire
      @sirfauxfire 12 днів тому +1

      @@brightideasagency I use the "sample payload to generate schema" button but it does not create a "URL" property and the schema generated looks much more barebones than the one in the video.

    • @brightideasagency
      @brightideasagency  11 днів тому

      The auto generated schema is entirely dictated by the sample response you input. If certain fields are not pulling through to the schema then they weren’t in your response, meaning there is a problem with your flow or your underlying data. Ultimately processing the JSON response using a defined scheme is just a nice to have feature that makes usability further down your flow easier. The most important thing to learn is to get the flow right to expose the right data for whatever your project need is.

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

    This is excellent. Im looking for soemthing like this to work alongside ms form for internals and external contractor .. file upload not being possible in ms form for externals.

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

      That is a good use case for this approach. Thanks for watching.

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

    Brilliant Idea!!!!!

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

    Would we be able do the same flow in onedrive? I am guessing not, "create new folder" is not an action that is available for onedrive. understandably, onedrive is not designed for sharing.

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

      I believe so, though I think some of the steps require HTTP requests from memory. I'm working on a follow-up to this video to deploy a practical use case for creating these links at scale, so I'll try to remember to look at the corresponding steps in OneDrive too. Thanks for watching.

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

      @@brightideasagency How would I 'create new folder ' in onedrive? 🙏

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

    I am so close! But the last step, Compose, does not have Url as an option. If I select Body I can see the URL within the results when I test run. I have no idea what I am doing wrong.

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

      I made some progress by using "generate from sample" on Parse JSON to expose the Url. Now I can select it in the Compose step, but it doesn't capture the Url when I test. If I substitute with Body I can see the Url in the results. Still stuck, but an inch closer.

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

      It sounds like the issue is the output of your Parse JSON action rather than a Compose action. Ensure the URL you are trying to get out is described in the schema for your Parse JSON action - if it is in the schema but that dynamic field is then not present, the input you are passing to your Parse JSON action may not be right - follow the variable you are looking for through your flow to find where the problem sits.

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

      did you find a solution ?

  • @SaraLaidlawASBINC
    @SaraLaidlawASBINC 5 місяців тому +1

    Our need is that the we have a monthly recurring list of documents per client and we need to track each document request. They will send 2 and not 4.

    • @brightideasagency
      @brightideasagency  5 місяців тому

      There are a number of ways of approaching this. Perhaps create a request directory per client and then total up the number of files in each directory, sending a reminder if there are not enough? You could do all this in Power Automate. You could even add in AI Builder to analyze some of the content and check the files are what you are expecting.

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

    Hello , how can i get the Parse Json , sorry for the question. i am not used to api's and stuff

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

      found it =)

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

      Thanks for watching. Glad you worked it out.

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

    Can you make this a recurring automatic function? like every Friday at 3pm?

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

      Thanks for watching. Sure. Anything you can do in Power Automate can be automated to be recurring, you'd just need to work out the logic of exactly what it is you're recurring for different folders etc.

  • @baxmwale
    @baxmwale 2 місяці тому +1

    Does this still work?