Pops a pupap , how

Hello everyone. please tell me how you can make sure that if one user clicks on a certain button (let’s say I clicked), then the second user (for example, you) pops up a pupap

Hello,

Consider using custom states.

Set up a page custom state of type number … let’s call it “click count”.

Build a workflow where each click adds +1 to the “click count”

Set up an event where the condition is “if page’s click count > 1” then do next action and show the popup

If you are not familiar with how custom states work, perhaps this video could be worth your while:

Hope this helps :slight_smile:

1 Like

Thanks for your answer, but I don’t quite understand how this action will help in displaying a message to another user?

My bad. I forgot to mention when to show the popup