Fast checks
- Does the target supporting list exist on the destination site?
- Does it have rows?
- Can the current maker account read those rows?
- Does the Items formula reference the right list name?
- Does the Value property reference a real column in the Items table?
Power Apps test formula
In Studio, temporarily simplify Items to the support list itself or to ShowColumns(ListName, "Title"). If the dropdown opens, the issue is in the filter/projection. If it still does not open, the app probably cannot read the data source.
When it is a conversion issue
- The Items formula points at a clearly unrelated list.
- The dropdown saves the display label when the InfoPath control saved a different value.
- The Value field points at a column that does not exist in the support list.
- The dropdown is rendered as a text input instead of a dropdown or combo box.

