Hi, I’m building a scenario in which I’m sending an automatic slack notification if the bounce rate goes over 2%. For doing such a thing, I have parameters bounce_count and total_unique_sent_emails, so the bounce rate is easily calculated by dividing here. The question is, is this possible? because after trying myself it doesn’t seem the condition is working. Attaching image.
And to add more info, in the documentation, I revised and there doesn’t seem to be math functions for helping in this task.
Thanks for any help you can provide.