We have a Smiirl counter in the office, and we are connecting it to Ortto, where our subscribers are registered.
It's set up so that every time someone subscribes to our email list, it increments the value by +1. This part works correctly. The issue arises with decrementing the value by -1 if someone decides to unsubscribe from our email list.
I've tried different methods. I'm using two paths for this, each with custom rules.
Only continue if!
Path 1: Exists
Path 2: Does not exist
I get this error message for Path 2:
"Your path would not have continued for this test data. If this was unexpected, edit your rules below, or modify your test record to test this branch and retest. Learn more."
TEST RECORD
Created: 2024-05-23 09:38:48
ITEMS THAT DIDN’T MATCH
Contact email: carolina@sphinxly.se
I've also tried using a Boolean true/false approach, but I encountered the same issue.
If you have a solution to this, I would really appreciate it. Thanks!
Best regards, Jim