I set up a process to populate a word template using power automate. There are 8 number but documents identifies only 1 number as number and the other 7 as string. All 8 numbers are the result of length(array). I attach the flow and the "data sent to the template"
payload-6.json (522 Bytes)
Hi @Fritz77,
The templater considers values with commas as strings and without as numbers.
In the example only one number without the commas:
It's considered as a number, other in commas as strings.
Please, try to change the JSON values to make them without the commas.
Best regards,
Petr
Plumsail team
Thanks Petr, but I know this... My flow in power automate pass an array with all integers without commas. The JSON I attached is what Plumsail Documents uso to populate template ( I download it from plumsail documents log
Hello @Fritz77,
The Documents action cannot randomly add or remove commas in the source data.
Could you share the input JSON (or maybe a screenshot from the flow where we can see the input data without commas) and confirm that all the values are integers and not strings?
Unfortunately, I cannot see from my side if this dynamic content consists of strings or numbers:
Best regards,
Petr
Plumsail team