Actions to Delete Multiple Rows - Buggy?

Hello!

I implemented a solution where an action initiated from a child table deletes related rows in a parent table before finally deleting the child record. However, this action only seems to delete parent records I created, even though there are related parent records created by other users.

For reference, my solution is similar to the one found on this thread with multiple actions.

My expression to delete Referenced rows does not account for email address; it looks like this: SELECT(Parent[_KeyID],([Child]=[_THISROW].[Child]), FALSE)

Is this a bug or is it supposed to be like that?

0 1 97
1 REPLY 1

Maybe "Parent" is a slice that includes only your rows or the "Parent" table has security filter that loads only your rows.

Top Labels in this Space