Hi All!
This is the workflow I'm working on with Power Automate Cloud
1.Fill_in_a_Microsoft_Word_Template: Fills in a Word template with the received data (first name, last name, ID number, email). 2.Convert_to_PDF: Converts the generated Word document into a PDF file. 3.Send_email: Sends an email to the user with the PDF attached and a personalized message. 4.Response: Returns an HTTP response with the status “ok” upon completion of the process.
I'm testing the result with Postman and getting the following error:
{
“error”: {
“code”: “NoResponse”,
“message”: "The server did not receive a response from an upstream server. Request tracking id ‘08584239570678975815856712628CU145’."
}
}
I’m having the problem with the Word template I use to fill in the data. I think it’s correct. To create the template in Microsoft Word, I do the following:
(Developer tab)
For each line (First Name, Last Name, etc.):
Place the cursor after “First Name:”
Insert → Plain Text Content Control
Click on the control → Properties
I do the same for all fields to be filled in.
Looking at the Power Automate history, I always get the same error in the “Fill Word” action:
Error in the “Fill_a_template” action: The selected file doesn't contain template elements. clientRequestId: 714c23c9-baa6-4c61-acd1-71b7b95b264c.
Power Automate is opening the document but cannot find compatible content controls. Any ideas?
P.D Is there another tool within Power Automate that does the same thing and is included in an Office 365 account?