Populate a Word Template table Dynamically with Power Automate

Sdílet
Vložit
  • čas přidán 4. 02. 2024
  • In this video we populate a word template dynamically based on a list in SharePoint. We use the repeating content control in MS Word, SharePoint and Power Automate to do that.
    Come check it out we are using the new modern look & feel of power automate too!
    Populating word repeating sections dynamically with Power Automate involves using the application's ability to automate tasks and process data within Microsoft Word documents. Specifically, you can create a flow that takes input data, such as text or values from forms, databases, or other sources, and inserts this data into predefined sections of a Word template. This process typically uses Word templates with content controls or placeholders that are identified and filled out by the flow based on the input. For example, you might have a Word document with repeating sections for items in an invoice, and Power Automate can dynamically fill these sections based on a list of items from an order processing system. This approach streamlines document creation, ensures consistency, and reduces manual errors by automating repetitive tasks and data entry.
    My name is Andrew Hess please like and subscribe if this content is helpful!
  • Věda a technologie

Komentáře • 46

  • @Chaddcl0ps813
    @Chaddcl0ps813 Před 5 měsíci +1

    Great stuff as always! Thanks Andrew!

  • @MsRodrovisk
    @MsRodrovisk Před 5 měsíci +1

    Good work and very useful.

    • @andrewhess123
      @andrewhess123  Před 5 měsíci

      @MsRodrovisk Thanks so much! Glad it's useful!

  • @mohamedawad1299
    @mohamedawad1299 Před 5 měsíci +1

    goooooood A very distinctive explanation

  • @TomGeorge-gl7dd
    @TomGeorge-gl7dd Před 2 měsíci +1

    Great video, Im having trouble where my select is going inside an apply to each, i dont understand how the select in your video does not do the same? I'm unable to use the output in the word document because of this as well. Thanks

  • @premiumytb-bh4jd
    @premiumytb-bh4jd Před měsícem +1

    Tks, I could do it follow him, but, when I view docx file, I can hide the tag on table, "mytable" title and tag on my destination file. Could you help for hide it

  • @TheBigBosske
    @TheBigBosske Před 5 měsíci +1

    Thanks for that. Well, the premium Word connector works well, I managed to do populate templates... however, it is very limited, I wish there was a way to run a VB script to deal with specificities, etc. We run templates at my office but in several languages, so we have macro that deals with styles to use, table/column size specificities, etc. I haven't tested this list/Word connector in other languages such as Arabic, Chinese. So at the end, considering the limitation above, I have created a Power App that get the data from the list and allow client to enter further data using a form.... then PowerApp with PowerAutomate will create a data file (TXT) that is sent by email.... then I have an Outlook macro that get the TXT file, parse it (read properties, read data for bookmarks, etc.), launch MS Word, fill the bookmarks and do all the specificities and upload output file in Sharepoint and send the template to client by email. This is a workaround until VB script can be run on the cloud. It has downsides but it works great, we have more than 100 templates/categories in six language.

    • @andrewhess123
      @andrewhess123  Před 5 měsíci

      That's really cool actually. I wonder if Copilot Studio could help you create that also. Or even ChatGPT with a custom LLM.
      I know Microsoft has some Azure components in cognitive services also for translating in multiple languages too. That could be hooked to a Power Automate or a Logic App.
      But of course I think adding a Power App front end is golden!
      Thanks for sharing BigBoskee!

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

    Is it possible to insert repeating images? I have images posted as a list attachment and convert those to base64.

  • @bluric0
    @bluric0 Před 13 dny

    Is it possible to transpose the data in Microsoft word. So that I have the Headers on the left and the values on the right? Is there a way to do this?

  • @Paul_Spence
    @Paul_Spence Před 5 měsíci +1

    Firstly great video and thanks for sharing. My returned Word .docx document content controls are not editable though, is there I way I can make them editable so that the end user can change some of the content or add to it? My end user would not have access to the Developer tab in Word.

    • @andrewhess123
      @andrewhess123  Před 5 měsíci +1

      Hi Paul, this could be possible.
      One option especially if the flow is run on a schedule is to set it that column back to Not Complete and edit the SharePoint columns, either in a Power App or in the SP list themselves.
      It should then recreate the document under the exact same name and update the document on that schedule.
      There are other options too, but maybe that is one of the better options?

  • @ashkaanmoinzadeh4618
    @ashkaanmoinzadeh4618 Před měsícem +1

    Andrew, thank you so much for your content! You're seriously a life saver.
    I'm running into an additional issue on this: I'm able to populate one "repeating section content control" using the Populate a Microsoft Word Template action. However, I have two tables that I'm trying to populate using two separate "repeating section content control" actions, but the Microsoft Word Template action is not detecting the second repeating section.
    Have you been able to populate multiple repeating section content controls using power automate? If you could provide some guidance, it would allow for some very comprehensive word reports to be generated.
    Thank you.

    • @andrewhess123
      @andrewhess123  Před měsícem +1

      Hi Ashkaan, that's a good question, I have actually not tried the double repeating sections but I feel like it should work. This is something I would need to test out. In the documentation here it does say you can "Nest" repeating content controls so I do not see any limitations as of yet. learn.microsoft.com/en-us/office/client-developer/word/content-controls-in-word
      My suggestion is to make sure you are using the Start/End tags when you do the repeating content control.
      Try to isolate the issue. Try putting the 2nd one first and switch the order, does the 2nd one then show up in Power Automate?

    • @ashkaanmoinzadeh4618
      @ashkaanmoinzadeh4618 Před měsícem

      @@andrewhess123 Wow Andrew, such a quick turnaround! 😁
      I have swapped the orders of the repeating sections and have gotten PowerAutomate to recognize the previously-unrecognizable section. I likewise used start/end tag notation for the repeating sections, but again, only one section gets detected.
      I’ve bypassed this for now by using the Encodian connector, which has simple syntax for adding fields (including arrays). Their documentation is also straight forward. I managed to populate multiple arrays this way, but they have a pretty hefty price tag if you want to go past their limited free tier services ($600 for 1 year up front).
      I’ll keep tinkering around with this. Hopefully someone out there has made it work out! I haven’t found anything in the stack exchange either.
      Regardless, thanks for all the help! Wouldn’t have gotten here without ya :)

  • @Soulebi03
    @Soulebi03 Před 2 dny +1

    hello Andrew,
    if the input for the word document is from the sharepoint list, does the users has to have contribute access to the document template too?

    • @andrewhess123
      @andrewhess123  Před 2 dny

      So this depends on how the Power Automate is set up, depending on the trigger if manually ran (for selected item or list) yes, would need access. If, scheduled or automated only the account running the flow. I believe also the only user that needs access to the document template is the account that runs the action Populate the Document Template action in Power Automate. Which is a premium action. This is difficult question because the answer actually is: "It depends".

  • @GuilhermeDSa
    @GuilhermeDSa Před 5 měsíci +1

    Perfect Video, really, I tried to do this, and after some days, I did it, but, here I don´t have the premium license. However, I did using the html of the word, kkk, and it's working, but I had to remember a sort of thing oh html, but its possible, U just need save the doc in html, and open in the note reader, copy and initialize a variable in the flow, and another for the lines from sharepoint. And finally create the archive, but just in html, so U will have to open with Word, and after save the doc. Its a way to do it without premium. I hope its useful. Nice video, I love it.

    • @andrewhess123
      @andrewhess123  Před 5 měsíci

      Good point Guilherme, thanks for sharing. That sounds like a good alternative doing it in html, then pushing it to the word file. Thanks for the input!!!

    • @victordauden9173
      @victordauden9173 Před 5 měsíci

      Thx! Pls show us how it's done Andrew. @@andrewhess123

    • @ivanalita948
      @ivanalita948 Před 10 dny

      Can you also update the table in the Word document template dynamically too? May I know what connector do you use? Thank you

    • @ivanalita948
      @ivanalita948 Před 10 dny

      Can you do a tutorial on how to populate word documents with the table dynamically but without the premium connectors? Thank you 🙏

  • @Henriquez3100
    @Henriquez3100 Před měsícem +1

    hello! I don't need to copy or archive and edit the copy? Is this because in case some people execute the flow could cause a problem, or not?

    • @andrewhess123
      @andrewhess123  Před měsícem

      Hi Henrique, whoever executes the flow they need to have a Premium Power Automate license, so that could cause problems.. but if you want to copy or archive and edit the copy that decision is up to you and your business process.

  • @jessicachala
    @jessicachala Před měsícem +1

    Hello, very good video. But I had a question, is it possible to create a table that includes images in each row?
    For example, I have a table where column 1 is first name, column 2 is last name and column 3 is photo.
    All data is stored in a sharepoint.
    I use the steps to get item and get file content, and I store it in an array.
    In the word template I have the box with their respective controls and the row repeater "Content control for section repetition".
    But when you open the template in Power automate, this tells me the repeater with the controls of Name and surname but not the one of Photo. Then by putting the array where the information was stored, it creates the table in word with all the corresponding first and last names but not adding the photo. I want to know if you know if in this case only text is handled or it is not possible to make a table with images
    Thank you

    • @andrewhess123
      @andrewhess123  Před měsícem

      If you want to do the repeating sections with images there are some third party tools that can do it like Plumsail. Or you can try to maneuver around using HTML and a PDF instead of using the Word Connector. I do believe that is a limitation of the Word Connector so no images that I'm aware of yet in repeating sections.

  • @JeevanKumar-ir3io
    @JeevanKumar-ir3io Před 4 měsíci

    Hi Andrew
    Great video and thanks for the detailed explanation.
    However, could you please explain how to convert populated word document in SharePoint to Pdf.
    I tried with "Convert Word Document to PDF" and it is not working.
    Kindly help.

  • @elkinleguizamon779
    @elkinleguizamon779 Před měsícem

    Pasar un ritchtext que tiene imagenes y texto a un word template is possible

  • @jeannequielavale-wycoco594
    @jeannequielavale-wycoco594 Před 3 měsíci +2

    is it possible to remove blank rows?

    • @andrewhess123
      @andrewhess123  Před 3 měsíci

      Hi Jeanne, Yes I would think so, you would need to build that into your Filter Query of your Get Items Action to not pull in Blank Rows

    • @JB-ch9ws
      @JB-ch9ws Před měsícem

      @@andrewhess123 how would you do that?

    • @andrewhess123
      @andrewhess123  Před měsícem

      @@JB-ch9ws Depends on your flow and how it's configured, could be multiple ways, but here is an example, they use ne null: powerusers.microsoft.com/t5/Building-Flows/Write-Filter-Query-to-Eliminate-Blank-Rows/td-p/2206158

  • @ParascosmPoems
    @ParascosmPoems Před 23 dny

    Hi! I appreciate your videos a lot. I was wondering if it is possible to achieve this without using a premium connector

    • @andrewhess123
      @andrewhess123  Před 21 dnem

      The repeating rows without premium, most likely can only be done with a pdf and not a word document.

    • @ivanalita948
      @ivanalita948 Před 9 dny +1

      May I know how? ​@@andrewhess123

    • @andrewhess123
      @andrewhess123  Před 7 dny

      @@ivanalita948 With PDF you can write HTML and make a table, so you would take your repeating rows and create a table and then print to pdf. There are some limitations currently while the PDF feature is in preview, last time I checked its only 1 page per print to pdf.

  • @turox182
    @turox182 Před 5 měsíci +2

    Can you do this with images?

    • @andrewhess123
      @andrewhess123  Před 5 měsíci

      This method will not allow images in the repeating sections. I have done images just 1 image at a time. There are other html ways or 3rd party tools.

  • @buildinglegacywithderricka6492

    Hi Andrew,
    How can I do this for just One Item. I have a table with 4 doctors, with 4 different addresses and phone numbers. I want to use a form to select the doctor and the Word template be updated automatically with the correct address and phone number in the template. How can I do this dynamically? I want to have the list or Excel file be the source of truth for the information, so when the templates are used, they pull the data from the list/Excel spreadsheet for the header as needed.

    • @andrewhess123
      @andrewhess123  Před 21 dnem

      Hi Derrick, so instead of using the Get Items from SharePoint you would use the Get Items from Excel, to get items from excel the repeating section must be a table and then use the Select statement on Excel Get Items

    • @andrewhess123
      @andrewhess123  Před 21 dnem

      If you want to have a form to select the doctors, most likely what you are trying to do I would create a Power App for the selection piece and to make it dynamic. It's not something easy to explain in a comment. Hope this helps some though!

  • @ricardofreestyle2278
    @ricardofreestyle2278 Před měsícem +1

    dynamic with images ?? its possible?

    • @andrewhess123
      @andrewhess123  Před měsícem +1

      3rd party tool or html with pdfs, could be possible, last time I checked. Things change fast with Microsoft though 😀

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

    P r o m o S M 🤦