Several dropdowns (not on a form nor gallery).
The user is to select from a list from most important to least important.
The second dropdown contains all the items in the first list except the one selected.
The third dropdown contains all the items in the first list except the ones selected in dropdowns one and two, etc.
Each dropdown is not visible until the one before it is selected.
The user may rank the list as far down as they want. For example, they can select from dropdowns one, two and three and then save to a Sharepoint list.
The issue is with the Patch. It is saving all the fields but if the user stops on item 3, item 4 saves the value default value "Select ..." which pops up after item four is selected but fields 5 to the end of the save same other values in the list not selected and not the default.
For some reason, the dropdowns after item 4 are showing each successive value as the next item on the list not shown in one of the preceding dropdowns.
At this point I don't even have a way to check the control and put a correct value in a variable for the patch.
Any insight would be appreciated.