So is there any syntax to not fall on missing columns?
No. I’d probably approach this by generically converting the NEW record to json and working with that. Non-existent object keys return null when accessed.
David J.
So is there any syntax to not fall on missing columns?