Deleting data from a child table using Enum/EnumList Ref

How do I make data from tables provided with enum ref columns automatically deleted when I delete the parent table? In the normal Ref column I can easily do this with "Is a part of?"

 

0 1 66
1 REPLY 1

Create an "Execute an action on a set of rows" action as you know the parent ID. The reference list can be something like SELECT(ChildTable[KeyColumn],[ParentID]=[_THISROW].[KeyColumn])

Top Labels in this Space