For some reason I cannot update the data table in the postgres database from the ignition script by using the system.db.runPrepUpdate function.
Would you please help me out to fix the issue
One thing I noted is that your table is called puplic.auto_bagger_linden_d2. Should it be public instead?
Aha, ok let me try to write it down in the right way
I fixed the issue by changing the primary key type to be “BIGSERIAL” at the database side.