Empty, required (filtered) choice component preventing form submission

I got past the initial hiccup where I wasn’t able to bind an ITE column to the 3rd choice component. So while we can display some default text where no choice needs to be made, my view is that it’s confusing to ask a user to interact with a choice component only to discover there’s not benefit to that interaction. And unfortunately, there is no way to set a “No Selection” as a default in that field when choices are dynamic.

From a UI standpoint, this scenario is often handled by disabling the component:

image

I would be sufficient if we could just DISABLE the requirement.

For my use case, the bigger problem with a default text ITE approach is that it prevents me from accessing the unique ID associated with each combination of choices. Similar to an issue I’m wrestling with in another app, describe here.

The most critical data I need is what you see in the 4th choice component in the video (I wouldn’t be using that in production). Once I make the send set of choices Dock-Diesel, the presence of an artificial “No Choice” somehow breaks that chain. Doing all this outside a form makes no difference.