Odoo Update One2Many (Array)

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.
image

Regards,
Stefan

Hey @Stefan,

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.

yes i know it. But i want to do like this:
There is 1,2
and i want to:
put only 3 to have 1,2,3

If you are fetching first you could use a push to add to the array in a code node so something like the below example.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.