Hi there,
I have created a flow that is supposed to be triggered when I publish an article in Wordpress. Everything is fine in the tests, but for some reason, out of the twenty or so articles that are published each day, the flow is only activated five or six times. I do not get any errors, it just does not trigger so it does not even start. I can’t see what I’m doing wrong: any help, please?
Hello @vlproject, welcome to the community!
Have you selected an author for the trigger?
Hello @kishanprmr , thank you for the welcome and the reply
Actually, no, I did’nt. I thought that if I didn’t it’d take from every user.
But, trying it now, I can’t select from all users. It gives only a small selection …
Hi @kishanprmr is there a solution for that? I can’t choose the user i want, the flow only make me choose from few of them (the firsts in alphabetical order)
Hello @vlproject!
I can’t speak as to why the trigger isn’t working. But, if you want a quick workaround while you’re waiting to find out, you could check out the WP Webhooks plugin: WP Webhooks – Automate repetitive tasks by creating powerful automation workflows directly within WordPress – WordPress plugin | WordPress.org. I believe the free version allows you to trigger on new post created and send the data to a webhook. So, you could change your ActivePieces flow to trigger on Catch Webhook, which should allow you to catch the data from the new wordpress post and then process it as you were doing.