Hi there!
I'm developing an application that has it's datasource a few tables from a database in PostgreSQL. I made sequences for each of the id columns of these tables and set them to primary key columns. The problem starts when I try to submit a form from powerapps that has one of those tables as a datasource, it says that the column that represents the id (with is the primary key and is a sequence) is required and therefore the sumbission of the form can't be completed.
Now, I'm a noob in db and powerapps, but in my point of view powerapps should had basiclly ignored this column in the form since it will be handled in the database directly. Am I wrong?
Thank you for your time