Hi there, I have two tables that are linked, and I want to delete some rows in one table, via an action on rows in the other table. I can see what action I need, I can filter the action to only work on the rows I want it to work from, but I can’t make sense of what to put in the Referenced Rows field.
The tables are as follows…
Table: “Loxone Ports”
Columns: “Port Name” [text, key + label], “Type” [enum], “Extension”[ref]
Table: “Loxone Extensions”
Columns: “Extension Name”, [text, key + label], “Type” [enum], “Lox Ports”[reverse ref]
If I create an action on the Extensions table, and I set it to “Execute an action on a set of rows”, I reference the “Loxone Ports” table, I just need to know how to select the rows I want to execute the action against. I’ve tried to make it simple and to just delete a single static row with the Name of “TEST”…
SELECT(Loxone Ports[Port Name],[Port Name]=“TEST”)
…this does nothing, and throws no errors
Ultimately, I need to delete only the rows in the ports table that are the ones linked to the object I’m executing the actions against, in the extensions table. I also want to only delete rows of a particular type, but that can wait until I’ve understood why I can’t seem to make the basics work.
Any advice gratefully received!


