Record based dropdown component: filter not updating

Certified Associate Developer

I am trying to create a record based dropdown component with a filter (shown below), where the filter value changes based on a different dropdown component.

local!msSealType is the variable updated by the other dropdown component (via an a!save in that component) and can be either "S" or "D". The sealType field in the record type I'm using is either "D" or "B".

I am trying to filter the options in this dropdown component based on the selection of the other dropdown, but it seems like the filter value is not updating. No matter how local!msSealType changes the dropdown values never change.

I have confirmed that both data types are text.

Any assistance would be greatly appreciated!

  Discussion posts and replies are publicly visible