Power Automate - Use HTTP Requests to deploy a SharePoint List with Columns and Library

Поделиться
HTML-код
  • Опубликовано: 28 фев 2021
  • In this video we will create a flow that sends an HTTP request using the SharePoint API and deploys a SharePoint List, a couple of custom made Columns and a SharePoint Library.
    Documentation used:
    - Working with lists and list items with REST: docs.microsoft.com/en-us/shar...
    - FieldType enumeration: docs.microsoft.com/en-us/prev...)
    If you want to learn more about Power Automate in cooperation with SharePoint, you are welcome to follow the channel and subscribe to the playlist here: • Power Automate & Share...
    Feel Free to follow me on other social media platforms as well:
    linktr.ee/EneaLicaj
    Buy me a pizza 🍕- bmc.link/enealicaj
  • НаукаНаука

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

  • @Shmank
    @Shmank Месяц назад

    Thank you Enea! This is the second time you have solved a problem for me. I appreciate your teaching style. Cheers!

    • @Enea
      @Enea  Месяц назад

      Love to read this! Happy I could help (again) 😊🙏🏼

  • @chakthealchemist844
    @chakthealchemist844 3 месяца назад +1

    Thank you Stephan! What about a List generate from a template? See you soon ... !

  • @StephanOnisick
    @StephanOnisick Год назад +2

    Would love a tutorial about Creating a Folder in a Document Library from a ListItem, and Populating Metadata from the ListItem to the Folder.

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

    Extremely Helpful! Love the Detail

  • @mohammedouahi7188
    @mohammedouahi7188 Месяц назад

    Thank you Illias , it's very hlelpful.
    I have one question please , is there a way to create a list when a file with a specific content type is created anywhere in sharepoint (with all the metadata ) ?

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

    Hi, this was super useful. One question though, is it possible to set the default 'Title' column to Not required instead of the default required using this method? The same for the new columns we create, can we set them to required?

  • @chakthealchemist844
    @chakthealchemist844 3 месяца назад

    Thank you Stephan! What about a List generated from a template? So, I don't need to create any column manually ... See you soon ... !

    • @Enea
      @Enea  3 месяца назад

      Who is Stephan? 🤔

    • @chakthealchemist844
      @chakthealchemist844 3 месяца назад

      @@Enea Excuse me! Enea ... !!!! Sorry ...

    • @amp15235
      @amp15235 3 месяца назад

      @@Enea Hi Enea this is great! Thank you for the detail. I too ask about creating from a template. Can power automate copy an existing blank list and rename the copy?

  • @chompoobe7514
    @chompoobe7514 9 месяцев назад +1

    What if I want to create libraries in multiple SharePoint sites?

    • @Enea
      @Enea  9 месяцев назад +1

      You would probably need to have a list of Sites prepared and then do the http request in an apply to each loop which runs through that list. Doable

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

    How to have now this list to copy data from another list ( for example if its only specific project information )

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

      Explain a bit more please and I might do a video to show how is done :)

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

    Great video, Do you know how to make columns immediately visible upon creation? is it possible?

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

      I found the solution

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

      Thank you! I dont think you can make it faster, provisionin might need its time. You could set up a delay between flow actions, I haven’t tried if it helps tho

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

      @@Enea I mean, visibility in list views. When you create new column, it's hide

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

      Yes you would habe to add them to the view as well. When you create columns the traditional way they are automatically in the view you create them on. But when you send an HTTP request, you need to send another one to update the view details.

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

      @@Enea this was an awesome tutorial...amazing! I am helping others deploy my app and this helps them get passed the list creation issue. However, how can I add the columns automatically to "All Items" view? Basically on creation make them shown not hidden. This would make my deployment guide easier and remove user steps. Thanks!