Dear Community,
I´m facing a configuration problem with a flow, that is supposed to migrate items from one to another collection, once their status is set to published. Every field but one consist of strings. One However is a dropdown field in JSON format. And when I pass the data via a read and create operator in my flow, the new items are displayed as arrays: null[“A”,“+”]null. The passed onto field is a string, but switching it to json doesn´t change anything.

