I've set up a template and built the JSON output, but the document is being produced with none of the fields being updated, even though the data output seems to be correct. The template is coming out unaltered.
Can anyone spot what I am doing wrong?
Template:
Could you please make a screenshot of your flow (you can make a screenshot only of this action) ?
If you have some sensitive information there you could send it tome via PM.
Please try to use our new Create DOCX document from template action.
To use it you would need to add a custom Plumsail Documents connector, you can find out how to do it here.
It is not available in the global connector yet. It should become available in a couple of weeks or less.
Hi Oleg, that worked although the formatting of the dates did not. I can get around that by formatting it within MS Flow, but not sure why it didn’t work - does it perhaps need a full timestamp format? I am supplying “2018-04-01”.
I'm having the same issue. All of the data going in to my json input are strings.
{
"today": "test",
"branch": "JAE Test Branch",
"address": "36 Fortress of Solitude Avenue, The Artic Tundra",
"email": "test",
"phone": "test",
"what": "Kryptonite!",
"when": "2018-05-10T14:06:00Z",
"where": "Metropolis",
"who": "Clark Kent... I mean Superman",
"why": "Lex Luther",
"type": "Test",
"firstaid": "Nope",
"prevent": "Destroy my enemies",
"worksafe": "False"
}
I have added a custom Documents Connector and used the new action and did a test. However, the output fails in this new connector. Please see screenshot below: