Is there any way in bubble to change an existing db by replacing it in all existing workflows, db entries with a new entry?
For example in this data type we have content (for sorting) that is a number, before it was text, to change it to a number is easy as it would have been just changing the text type to a number, but it’s unavailable probably due to good reasons in bubble. My question is: If i had “Content (for sorting)” as a text field, and I create a new Content (for sorting) number field to migrate the old one into, then how do I:
- Find all the existing workflows and conditions associated with the old text field to change them to use the new number type one?
- Take all current existing entries that use the Content (for sorting) text field and run a script to migrate them to the new Content (for sorting) number field?