I have an "app scope" component that has an output property "Employee" of type record.
It currently returns a record from a Dataverse table within the app based on a text entry field that is contained within the component:
I expected that this would return the full record from the table, but in reality, it returns only a few select fields:
Where are the rest of the fields? Even the primary column is not included.