Hello all,As far as I understand triggers hold the record about to be inserted/updated as a row variable which I am able to use by referencing its parts. Example:CREATE TRIGGER TEST_TRIGGER_VAR_UPDATEAFTER UPDATE ON TARGETREFERENCING NEW ROW mynewrow...