
First big thanks to @takolota
I'm currently implementing his update/create flow and its working pretty well.
I was doing the classic select to create the array and update the list for a multi choice column.
I need help to implement this into a batch input.
Thanks for your help
on my quest for a solution I tried this json(concat('[{"Value":"',replace(replace(trim(item()?['Statut approbation']), ' ', ' '),' ','"},{"Value":"'),'"},]')) but it doesnt work ... the output seem ok in my test :