Hi.
I have a PowerApp connecting to an Sql database in Azure.
My main case record have a foreign key to a status table, CaseStatusId (FK, int, null)
I have discovered some strange behaviour.
Adding status, OK.
Changing status, OK.
Removing status, setting status to null, failed. The update to the Azure database does not setting the CaseStatusId to null.
I have seen some issues regarding null values with PowerApps, but I have a big problem understanding that this is an issue.
Using normalized data should be strait forward. I mean, using foreign keys like this is really common.
/C3