Closed pulatnazarov closed 3 months ago
Can you please add a bit more context ?
Do you want to achieve this from your template or from Javascript itself ?
You can install the angular parser : https://docxtemplater.com/docs/angular-parse/#angular-parser
With it, you can also assign values : https://docxtemplater.com/docs/angular-parse/#assignments
Greetings, i have this kind of object: { user: { "first_name": "Person", "last_name": "Person" } }
i want to set the user.first_name or user.last_name so how can i make it, thank you in advance?