PostgresSQL and default values for required columns

Hey, I can’t insert rows to Postgres SQL database. That DB is cockroachDB implementation. By default that implementation creates rowid column for internal purposes. However in scenario, make.com requires me to provide that value, regardless of the default provided value which is unique_rowid() function and is desired way of setting up that value. So? Any idea?