Hi, the Odoo Node works well. But have anyone a idea how can i update Array Fields and Put or delete Entries from the Array ?
Maybe: Delete here the 4 or add maybe a 6 ?
Today i fetch the fields store and create a new array and update the whole field.
It might sound silly but have you tried sending an array to it? If you use an expression you could do something like {{ [ "value1", "value2" ] }} and see if that works.