I setup this flow. However, either the delay and/or the postgresSQL find row is not working as expected. It’s been shooting to the end and adding a tag to the MailChimp subscriber, then sending an unwanted email.
I setup this flow. However, either the delay and/or the postgresSQL find row is not working as expected. It’s been shooting to the end and adding a tag to the MailChimp subscriber, then sending an unwanted email.
Hey
Can you share the screenshot of action 3?
Hi
For us to have more info, post screenshots with how your Zap steps are configured in EDIT mode.
Hi
Basically:
is_subscribed is always on the row in the table. It’s set to false by default.
This post has been edited by a moderator to remove personal information. Please remember that this is a public forum and to remove any sensitive information prior to posting.
Screenshots do not show how the Delay step is configured in EDIT mode.
Check your Zap Runs history details to see the DATA IN/OUT for each step to help you trace the data flow, see timestamps for steps, and troubleshoot: https://zapier.com/app/history/
Hi there,
Looks like there’s an issue with that Find Row action. At the moment, it’s searching the users table to find a record where the is_subscribed column contains a value that matches what is in the Is_subscribed field for the row that triggered the Zap. So if a row with an is_subscribed value of false triggers the Zap, after the delay runs it will then search the users table to find any row that also has an is_subscribed value of false not the same row that triggered the Zap. Instead, you’ll want to have it look for the exact same row that triggers the Zap.
To do that, the Find Row action will need to be set to search for an unique value that’s specific to that row. For example, you could set it to search for the email address as that would be unique to that user. That should ensure that it finds the correct row, then the filter will be checking the current is_subscribed value for the same row that triggered the Zap.
Can you give that a try and let me know if that fixes things?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.