I have a workflow where step 1 is to show login popup if User is logged out. Step 2 is only supposed to run if user is logged in. However, Step 2 is still running no matter if the user is logged in or not. How do I get step 2 to only run if Current User is logged in?
You have everything setup correctly there. Just make sure when you are testing that you are not logged in…so on the page where you see this issue, put a button, make a workflow to log out, and then test again to see if step 2 is still running or not.