Click Action with TWO conditions

Hey guys,

I need to put two conditions on the click action. How would you do this since I can only put one as the image below:

image

Thanks

Up !
I’m in the same case and I don’t know how to do it !

Hi @rafa.ntt !!

I think you have to set two actions.

Thank you :blush:

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.