Transfer from mutiple check box property to drop down property

I have an old multiple check box property. I want to transfer all these values to the new dropdown property. I can see that even if I use branches, it doesn’t identify the branch if the old property has 2 options to choose from. But if I can make combinations, there would be too many combinations.

Is there any simple way to transfer those values?

Hi @SMomo,

This depends entirely on what your requirement is here. If someone has A and B as values, would you want to pass on A or B into the dropdown? Which logic decides which value should be set in the target dropdown property?

If there isn’t any, you could simply branch by value alphabetically (multiple checkboxes contains any of A, B, C, D, E etc). Whichever branch evaluates as true first would be the one that gets copied into the dropdown property.

At some point a choice must be made – by definition, you cannot copy over all information from a multiple checkboxes property into a single-select dropdown. Some information must be dropped along the way.

Best regards