On Saturday, May 7, 2022, Durumdara <[email protected]> wrote: > > > 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.
