Stripe Subscription Status Workflow Conditions

Hey all, I have a popup form that I only want to display to user who have an “active” or “trialing” subscription. That actually works great. My issue is that I created a separate popup that should only display if the user does not have an “active” or “trialing” subscription status. Somehow both popups are being triggered by a logged in user with an “active” subscription. Screenshots of the two expressions are attached. I’ve tried moving the “only when” expression all over the place in the workflows and nothing seems to stop both popups from displaying when the button is clicked. Any help is appreciated. I’m sure I’m missing something simple.


1 Like

One filter remains with ‘or’ statements and the latter should be with ‘and’

Hopefully that’ll move you in the right direction.

Thank you! Great rule of thumb to keep in mind.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.