📊⤵️EXPORTING SHAREPOINT DATA TO EXCEL - A Step by Step Guide

Sdílet
Vložit
  • čas přidán 17. 09. 2022
  • Today's video is inspired by a comment from a subscriber. The request was to create a workflow for exporting data from a #sharepoint List to a new #excel file on a weekly basis. After the document has been populated with the data, the #workflow will empty the list for it to be filled again in the new week.
    To make it a bit more errorproof, #powerautomate will check if the file has been successfully created, otherwise it will send a notification email to the owner of your choice.
    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: / @enea
    Feel Free to follow me on other social media platforms as well:
    linktr.ee/EneaLicaj
    Buy me a pizza 🍕- bmc.link/enealicaj
  • Věda a technologie

Komentáře • 30

  • @hayleeadamson6449
    @hayleeadamson6449 Před 7 měsíci

    This was great! I really like your approach to videos. Thank you!

    • @Enea
      @Enea  Před 7 měsíci

      Thank you very much! 😊

  • @BuddhaAfterDark
    @BuddhaAfterDark Před 11 měsíci

    really in depth video love it! struggling though with the tiny little functions and code snippets you paste. in the future could you include them in the description or something? currently working on reproducing this and PA is very picky so the smallest typos obviously create lots of issues xD

    • @Enea
      @Enea  Před 11 měsíci

      Sorry for that, I will try to make the functions a bit more visible. The video description box is very limited to how many characters I can use 😒. Let me know if there is something that you cannot see at all

  • @taniabertrand1066
    @taniabertrand1066 Před 4 měsíci

    This is Genious :-) After 3 days of &?**$&?*&? , I found you and this video. You save my day. Thanks

    • @Enea
      @Enea  Před 4 měsíci

      Happy I could help 😊

  • @kT2015N
    @kT2015N Před 4 měsíci +1

    Hey Question, sharepoint export shows additional two columns called Item and Path. but they are not display in sharepoint list items. when export to excel only it will be added. how to configure that part

    • @Enea
      @Enea  Před 4 měsíci

      What do you want to configure there? Those are internal columns that cannot be changed, as of my knowledge

  • @syedashapna7839
    @syedashapna7839 Před 6 měsíci

    Thanks for detailed steps, how can i attach this new file in my email?

    • @Enea
      @Enea  Před 6 měsíci

      Thanks! After creating the file and filling it with the data, you can do a "Get file" and "Get file" content action with the ID of the newly created file. That you can then use in a "Send an email" action. Makes sense?

  • @sasesi
    @sasesi Před 3 měsíci +1

    The "add row into a table failes, due ´to the "A value must be provided for item. clientRequestId: 1ca8dc9d-5dab-4bec-9ee8-a960dd37f219" Does it mean this will fail if there are some empty values?

    • @Enea
      @Enea  Před 2 měsíci

      Probably, you can add a condition checking if the value is empty first to catch the error

  • @francoiseraud7624
    @francoiseraud7624 Před rokem +1

    Hi, will it work with a picture in a sp column ?

    • @Enea
      @Enea  Před rokem

      I haven’t tried to be honest but I imagine you would just get the url of the image, not the file itself.

  • @sivakoteswararao2698
    @sivakoteswararao2698 Před rokem

    Hello mate, it's a great video. Can you please create a video which can explain unpivot SharePoint list and export data to excel directly to our desktop instead of saving in SharePoint files section.
    Thank you so much!!

    • @Enea
      @Enea  Před rokem

      Hi! Your desktop needs to be synced with OneDrive for Power Automate to be able to access it. Otherwise its not possible, you would need Power Automate Desktop to do that. Can you explain what do you mean by unpivot SharePoint List?

    • @sivakoteswararao2698
      @sivakoteswararao2698 Před rokem +1

      @@Enea I have a SharePoint list containing columns as product type, product name, Sunday, Monday, Tuesday, Wednesday etc., now I need to extract this SharePoint list to excel with columns product type, product name and sales. Column wise data need to convert into row wise data in excel.
      Thank you.

    • @Enea
      @Enea  Před rokem

      Cool idea, I will check and let you know :)

  • @jonathanmartin3883
    @jonathanmartin3883 Před rokem +1

    How do i add a row into excel from SP lists that contain Person column with 2 or more people in one item without duplicating the rows in excel ?

    • @Enea
      @Enea  Před rokem +1

      You can initiate an array variable at the beginning of your flow and then append the Name or the email from the multiselect person column in it in an apply to each loop. Then you can concatenate the values in the array into a single string split by semicolon or dash or whatever you want. And that is what you use in excel step. This way you would prevent it from creating a row for each person in an item

    • @jonathanmartin3883
      @jonathanmartin3883 Před rokem

      @@Enea Any Chance of a video for this totally need help ?

    • @Enea
      @Enea  Před rokem

      @@jonathanmartin3883 I dont have one but I was looking for an idea anyways, thinking of doing a short one on this topic on the weekend.

    • @jonathanmartin3883
      @jonathanmartin3883 Před rokem

      @@Enea That Would be great thanks

  • @kwilliams1130
    @kwilliams1130 Před 2 měsíci

    What is the Filter Query at 12:14, file ref?

    • @Enea
      @Enea  Před 2 měsíci

      FileLeafRef

  • @ManikanaRangaiah
    @ManikanaRangaiah Před 23 hodinami

    Thanks for the detailed explanation... I tried to create a new flow by following the steps you have mentioned in the video. However, I am getting only one error. Request you to help me to resolve this error (Get_tables --> body --> value is coming blank). Thank you.
    unable to process template language expressions in action "Set_variable_2" inputs at line '0' and column '0': 'The template expression 'outputs('Get_tables')?['body/value'][0]['Name'] cannot be evaluated because array index '0' cannot be selected from empty array.

    • @Enea
      @Enea  Před 23 hodinami

      It looks like your Excel has no tables. Have you formatted you data in Excel in a table format?

    • @ManikanaRangaiah
      @ManikanaRangaiah Před 22 hodinami

      @@Enea Thank again for your swift response. Exactly, I have done the same mistake. I have formatted the data in Excel in a table format and it's working fine now. This video is very helpful :)

  • @AdiCristea
    @AdiCristea Před rokem

    The empty row issue is coming from your template, if you look at 18:54, there is a row under you headers. Delete that row, but keep the table, that'll solve the problem.

    • @Enea
      @Enea  Před rokem

      I thought I tried that. Thanks for commenting! :)