Click Action with TWO conditions

Hi All,

I am using binary total, as explained in this post.

Another way to describe it, have a global variable in logged in user’s property as number, initialize this as 0 first, and update this property if first action is met with 10, and update again with +1 if second action is met.

So if both actions are met, the value should be 11, you can then use this in conditional for other actions.