Hello all,
I have a problem regarding my postgres zaps. I have various zaps that should be triggered when a new row is added to my Postgres database or when an existing row is revised there. However, these do not trigger. I add the data via Python to my Postgres database running on AWS and monitor it with DBeaver. Both inserting and revising records works, it's just the zaps that don't trigger.
Specifically, I use "New Row in PostgreSQL" and "New or Updated Row in PostgreSQL" as triggers.
Does anyone know what the problem could be? I would be grateful for any help. :)