Hi Tom,
I have the same issue,
Hi for all. I created an mssql database with primary key and auto increment 'id' column. Sql connector(insert row action) didn't ask me 'id' column on connector as supposed because database is automatically insert 'id' column.
However with postgres insert row action, flow asks me 'id' column whatever i do. Beside it didn't work stable.With 'stable' , i mean that: Sometimes(very rare) even if insert row action failed, it insert the datas with correct id. But i can't see the logs.
I though that my database table settings is wrong but i can insert data manually without insert 'id' column cause it is auto incremented.
I tried that:
BIGINT instead INT ---> Didn't work
My_Table_id_seq && primary key && unique && not null ---> Didn't work
Please help is this because of flow or because of me?

By the way i started my postgres database inside docker container.
Docker env: Azure VM ubuntu 16.04
Flow env: Windows 10.
Used on-premises data gateway