I have made a mistake and created a property that is a drop down and now I want to be able to select 2 options from it. What is the best way for me to recreate the property and pass all my old information in current deals over?
Hi @Hyroxware,
One option would be a simple export:
- Filter for the records that have a value in this property
- Export them
- Remove all columns but Record ID and your dropdown property
- Re-import them but map the column of the dropdown property to your checkboxes property
- Check your records if everything went well
- Archive the dropdown property
Alternatively, you can set up a workflow:
- Enroll records where the dropdown value is known
- Add a ‘value equals’ branch and branch by each value of the dropdown property
- In each branch, use the ‘Set property value’ workflow action to set the corresponding checkbox property value
- Check your records if everything went well
- Deactivate and delete the workflow
- Archive the dropdown property
Let me know if you have any follow-up questions or need more detail!
Ok I prefer the second option I will try set that up now. Will let you know how I get on.
I’ve copied it over but I cant archive the old dropdown property as it is being used still technically? any ideas?
@Hyroxware the property settings where it’s being use – you would have to delete the workflow that still references it (see my previous reply) and replace it with the new property in all other places where it’s still being used.