Dropdown always selects the last item

Hey all,

I have a dropdown with four elements. The first is essentially just to fill the 0, so the others are returned as 1 or more. But, when I use the dropdown, no matter what I click, it chooses the last element and no matter what it does not change after that.

Any ideas would be much appreciated.

Are you dragging results through a switch statement with no breaks?

No code for this. All editor work.

I found my problem. I was setting up a template for each element, which was wrong. Recreated the dropdown, made no changes to the template, added the fourth option and voila!

1 Like