I'm running into an issue I've never seen before: Among other fields, I have a Datetime field ("Created", wtn_created) in my Dataverse table (Magnet Board - Magnets).
Usually, when I do something like:
Set(_SelectedMagnet, First('Magnet Board - Magnets'))
I get a global variable record with all of the respective fields populated. However recently when I do this, wtn_created specifically is populated as blank in the resulting variable, even if it contains data in the table.
OnSelect property of a button control
Blank wtn_created field after control is selected
What might be going on here? The field is mentioned in no other place in the app, and all other fields are populated correctly; I even have other Datetime fields