Hello everyone,
I'm building a power app with dataverse.
I would like to have a table with a composite primary key using two columns (trx_id and user_id).
In my table (app_trx_header) I've created a key that uses the two business required columns stated above.
It looks that check done by the system while I'm inserting data in the table is looking only at trx_id column giving me a generic error
Don't understand what's wrong here.
Tried to create a test table and it works as expected. Also the error is more clear in case of duplicate key:
What could I check?! I'm quite confuse...can it be that the table has been corrupted on indexing/primary key side?
Thanks in advance for helping me.
Marco