I have a Table called “DETAIL” with a security filter as simple as (useremail() = [Email])
BUT
I have an action (Data: Add a new row to another table using values from this row) in this action I take data from the table “EMPLOYEE” And bring it to this table (DETAIL)
The Action has a behavior “Only if this condition is true” where I set in which rows it will apply.
My problem is that the action is ONLY working for the rows for the “useremail()” email’s.
Any suggestion ?
Thank you in advice