Add records to object property

Options
I am trying out the structure of having an invoice with invoice lines in a object property (list type).

What I can't figure out is how to add records to the object (list) property. Does it need to be a JSON Array string? Or can I add record and map properties using the function stack?

Comments