I have a combobox with a DSI of:
If(Self.DisplayMode=DisplayMode.Edit, If(IsBlank(newThird),{crfeb_thirdparty: Parent.Default},newThird), Blank())
This combobox used to automatically refresh every time I patched a new value to the Dataverse table from a text input field. No it does nothing. If I look at newThird there is a record value which I can print to screen using a label. The new value can also be seen in the combobox dropdown so I know the data got patched correctly. I tried refeshing the combobox after the patch but that doesn't appear to do anything. what is interesting is if I fiddle with that combobox formula, event if it is an error, it refreshes and the newThird appears. I just can't figure out why it doesn't do it normally.