The output from 'Populate a Microsoft Word template' action is producing the content for me successfully, but it's changing the placeholder text, and not acting as thought it's been filled in. My placeholder text is grey, and it should turn black when it's filled in. And in some cases, change font.
When filed in in the document it looks like this:
When filled in via the automation, it looks like this:
Is there any way in the automation to trigger the styling associated with the 'filled in' version? I am using DynamicFileSchema. However i got the same result when i filled in each field individually.
I also tried to use html in a compose action to force a colour (red in this case)
concat('<p style="color:red;">',variables('varFields')?['ActionPlanGoal1'],'</p>')
I know it's not the end of the world, but I would like a professional looking end result.