I am running into an intermittent issue in which dropdowns in a gallery "forget" their contents.
I have a gallery of Sequence(5) with multiple contained input controls, including "modern" dropdowns with "Data source" fields set to very simple Dataverse table calls:
My expectation is that in every row, I will get the same options, since it doesn't depend on ThisItem. This works perfectly fine and consistently for the first row:
However, I will sometimes (can change upon app refresh) will have behavior where the dropdowns in the rows past the first "lose" their options, and show a strange blank list:
Other times it will show the full list of options as normal.
I know for a fact the options are not changing or being filtered through the gallery, why might this be happening? It is just a bug in the control in how it acts in a gallery?