Hey everyone,
I have the following question:
Is it possible, at the database level, to set the primary key to the one selected in TX (e.g., "Umkod_ID") instead of the default "DW_ID"?
The issue arises because we access our table via PowerApps, and since the app existed beforehand, references in the code were already predefined. Currently, the app's primary key is set to the "Umkod_ID" field of the table. However, in our database, the primary key is set to the system field "DW_ID."


Since this table is only loaded once and no transformations occur, the system fields are not particularly important to us in this case.
We resolved this issue by manually populating the table, but I am curious if anyone knows a workaround that could be applied to similar cases in the future.