In the Word template I need a nested table. I tried making repeating section content control, inside a repeating section content control in the template, but it seems that this action does not recognizes nested tables. I tried sending html data too, but the action also doesn't seem to be able to parse html.
So instead I'm using just one table with only one repeating section content control in the template, and in Power Automate I modified the json. The only problem now is that I can't directly change the styling per row, some rows should be bold and some not. I did managed to change to the styling using Visual Basic code on the onload function, based on a type field in the json. But how can I invoke the Visual Basic code from Power Automate, since the document is never opened?