Datastore not showing array fields when trying to add or update

Well you can use any valid javascript object structure, if you code it manually:

dmx-on:click="datastore1.insert({name: 'name_1', description: 'desc 1', unit_amount: [{currency_code: 'xxx', value: 22}, {currency_code: 'yyy', value: 33}]})"
1 Like