I’ve setup Zaps that triggers based on a Wordpress post being published, and publishes it to social media.
Generally the Zap is working, except one problem - it’s always picking up yesterday’s post.
Example: Today is Tuesday -- Zapier published Monday’s post this morning.
In case this is relevant: when I use the test function in the trigger it brings in 3 posts (as test data) in this order:
- “Post C” is an unrelated post from last week that is filtered out by a filter in my Zap
- “Post B” is yesterday’s post
- “Post A” is today’s post
In testing, even if I select “Post A” the next step is using “Post B”. It’s almost as if the zap is working from “C → A”, rather than always taking the most recent which I would expect to be “A”.
Any thoughts?