Hi,
The ACLs are mixed with an AND logic when listed as requirements for actions.
So:
define ACL1 as criteria Alpha
define ACL1 again as criteria Beta
define ACL2 as criteria gamma
Require ACL1 and ACL2 for Action3
Action 3 will be done when Gamma AND (Alpha or Beta) is True
Good luck,