Unable to migrate edits when changing a property from type String to type String Array

Is there a reason why we cannot migrate edits of an Object Property which was of type String and we are changing into an array of strings?

1 Like

Unfortunately, this feature is currently not possible.

You can create a new column with similar name of existing column but with Array type.

Write a temporary Edit function in Typescript, where you read string from existing column and convert it to Array, store it in new column for each object.

Once this is done just delete old column as you don’t need it now.