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:

Thanks
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:

Thanks
Up !
I’m in the same case and I don’t know how to do it !
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.