Show different alerts overlay on Homepage using variables

Depending on what action is performed, I want to display different success alerts on the same Homepage:

add action = display add successful alert
delete action = display delete successful alert

I have attached my variables, but they seem incorrect. Thanks!



On your last screenshot, the homepage has after delay of 1ms to check if “action” == “add”. You probably thought this is triggered when you complete add step 02 and closed the overlay, but it doesn’t.

What in actuality that happens in your current prototype is that the after delay of 1ms to check if “action” == “add” in the homepage is triggered right as you start the prototype. And opening overlays means you never left the homepage, so the after delay command never re-triggers.

1 Like

I found the right way to do this, There’s no need for variables.
Just after add pop, open the add success alert. Thanks!

1 Like