Null values in Create doc from docx template action

Hi,
I’ve created a flow which runs the creates document from docx template. This runs successfully, but not all the fields are mandatory and the flow fails because of the null value. Can I get around this or would I need to have default text in some of the fields?

Hello, @flowy.

Speaking of the action ‘Create DOCX document from template’ - you can run it with empty template data, yet you need to insert curly braces, like that:
image

Best regards, Kirill Shaklein

Thanks Kirill,
I had inserted the curly brackets but had neglected to add " " on my variable. All seems good again. Thanks for your help.