You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running basically into the same issue as in #158.
I got a content model called Radio which currently has a field called options which is of the type Short text, list. The values of this field for example are: ['Option 1', 'Option 2', 'Option 3'].
Now I want to write a migration which migrates every value in the options field array to an entry, so this should be the end result:
I'm running basically into the same issue as in #158.
I got a content model called
Radio
which currently has a field calledoptions
which is of the typeShort text, list
. The values of this field for example are:['Option 1', 'Option 2', 'Option 3']
.Now I want to write a migration which migrates every value in the
options
field array to an entry, so this should be the end result:However, the
deriveLinkedEntries
will only run once for theoptions
field but this field contains multiple values.Can you provide an example of a migration which converts each value of a list field to an entry?
Please let me know if you need any more information and thanks in advance.
The text was updated successfully, but these errors were encountered: