I am trying to send an email when a new Stripe subscription is created. I attempted to achieve this by adding an if condition to check if the new subscription status is active. However, the automation doesn’t work. When I test each step individually, they all function correctly: the first step fetches the latest subscribers’ data, the second step meets the if condition, and the last step sends the email. Is this the correct way to add a condition?
