I am using TBS, It works fine when I Merge objects and Associative Arrays php, But I don't know how Merge an array in PHP like this: (It is json for major compression):
data = [{"d_secuencia":"137",
"d_consecutivo":"DOC21 75",
"concepto":"DOCUMENTO DE PRUEBA",
"nombres":["PET1","PET2","PET3","PET4"],
"fecha":"2022-06-11",
"valor":250000
}];
I merged with MS Word [d.concepto] [d.valor] [..] and it works perfects!!. But I have tried different ways: for the merge [d.nombres] and MS Word does not show nothing: Not working:
[d.nombres.key;block=tr]
[d.nombres.val;block=tr]
[d.nombres.val]
[d.nombres[].val]
[d.nombres[0].val]
[d.nombres.#]
What is the syntax for this?