Variables in Template Data

Hi,

I seem to have an issue using a variable in the Template Data section of the Create DOCX from Template action. If I add JSON to the Template Data section via a variable the document template doesn’t pick up any of the values. If I paste the same JSON (hat’s in the variable) directly into the Template Data section it works as expected. I’ve tested it several times and even get the same outcome with a very basic Flow. Can you suggest what the issue may be?

Regards,
Alex

Hi, Alex.

The variable, you are planning to use in the Template Data section should be of type Object:


or an Array of objects - in that case you might want to use two variables: one of type Array, another of type Object.

Best regards, Kirill Shaklein.