Hi,
Is it possible to check if a table record exists via an expression? I’m looking to run a trigger if any expression is met but only if the table record exists. e.x. Table.PCB.has record with id(“123456“) (This would return true.).
I know I can achieve this with a table aggregation but am exploring my options before going that route.