Import Excel data into an existing SharePoint list using Power Automate

Поделиться
HTML-код
  • Опубликовано: 31 дек 2024

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

  • @robragland
    @robragland 2 месяца назад +5

    This was the first non-intimidating tutorial I have seen for this import process. Well done!

  • @arelicp9840
    @arelicp9840 9 дней назад

    Muchas gracias me fue muy util para el trabajo :)

  • @BethMorley-z4b
    @BethMorley-z4b 2 месяца назад +6

    Is it possible to update rows that already exist, without duplicating items on the list?

    • @simmicoops
      @simmicoops Месяц назад +1

      I would also love to know how to do this

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

      I think we need to use if clause ; loop function

    • @fishermanarturo8896
      @fishermanarturo8896 21 день назад

      If you find something helpful for this please let me know

  • @mengsrunkhim1217
    @mengsrunkhim1217 5 дней назад

    I follow your tutorial but when I run it again to update new row from excel to list, the old data duplicate into the List. How can I prevent this and only allow new row created in excel to be import to List?

  • @robpawlikowski4020
    @robpawlikowski4020 14 дней назад

    This was very good. However, I have a slightly different use case: I have thousands of files in a Shared network drive. People track attributes of the file in an Excel spreadsheet (Department, Category, Last Review Date, Next Review Date, etc.), so I'd like to be able to upload all the files, then import the spreadsheet data to the columns in the document library. Can you help?

  • @alouisec3852
    @alouisec3852 2 месяца назад +2

    Hi, thanks for the easy video! How can I set up a flow that does this same process every time a new file is added to a particular folder? I may have a file every few weeks that I may have to do this for... would this require creating a new flow every time?

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

    Is it possible to make the step with creating a table from range in Power Automate?

  • @Ali-h1p7v
    @Ali-h1p7v 27 дней назад

    Thanks!

  • @meyo10240
    @meyo10240 2 месяца назад +2

    Hi, I have the problem with the string/date with sharepoint. After list a row tables , DateTime Format is ISO 8601 and create item field "convertTimeZone(formatDateTime(items('Apply_to_each_2')?['Ngày hợp đồng'],'yyyy-MM-dd'),'UTC','SE Asia Standard Time','yyyy-MM-dd')" but it failed "Unable to process template language expressions in action 'Create_item' inputs at line '0' and column '0': 'In function 'formatDateTime', the value provided for date time string '' was not valid. The datetime string must match ISO 8601 format.'." How I can fix this problem because I want to format is dd-mm-yyyy

    • @Maxfeng-o6r
      @Maxfeng-o6r 2 месяца назад

      I have the exact same issues; did you get it figured out?

    • @meyo10240
      @meyo10240 2 месяца назад

      @@Maxfeng-o6r yes, i used this "if(equals(items('Apply_to_each_2')?['Your name field],''),null, formatDateTime(items('Apply_to_each_2')?['your field name'], 'yyyy-MM-dd'))"

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

      @@meyo10240 tengo una BD de 16 columnas con 2000 filas de registro, pero solo me agregar 256 filas, como hagao para enviar todo, podrias ayduarme?

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

    Is there a way to delete rows this way?
    This is good for uploading net new rows. I also am trying to automate removing rows that no longer are needed.

  • @rohanmurkute6913
    @rohanmurkute6913 2 месяца назад

    Hi Nate great video.
    is it possible to import merged rows & columns of excel into Lists? I am trying since long but unable to...

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

    Is there a way to update existing an existing row in my Sharepoint list based on what is contained in the Excel file? Or can you only create a new item?

  • @Nawfalito-n4p
    @Nawfalito-n4p Месяц назад

    Hey Nate, thanks a lot for the useful video. QUESTION: would it be possible to select the file path to be transfer to the SP List during the flow execution ? The goal being to avoid editing the flow in power app for every single xls file we want to import. Selecting several files to be transferred would be also be great.

  • @alpanapradhan2328
    @alpanapradhan2328 2 месяца назад

    what about numbers
    thank you for tutorial

    • @NateChamberlain
      @NateChamberlain  2 месяца назад

      Formatting numbers? You can use the same approach as my currency example if you're not seeing the field pop up as dynamic content. Float() works for any decimal number, currency or not.

  • @intellectualproperty1251
    @intellectualproperty1251 12 дней назад

    Is it possible to also do this process but with a column for attachments?