Data migration and module changes

I have seen this discussion in the forum (Unable to change configuration once data is added into a given module) and wanted to ask if there are any results from the internal discussion. It would be interesting to know whether there are plans or possibilities to facilitate data migration or changes to modules with existing data - for example, converting text into user fields - or whether this is technically too complex.

You can migrate your data from one module to another by using automation (workflows).
For example, converting text into user fields, you would have to define a workflow that:

  • Looks up the user based on name(I’m guessing), gets the ID of that user, and saves it into the new module/field.
2 Likes