My app is a jobs site. I’ve added a button which runs a search for “Jobs” which have an “expiry date < current date/time”. It then changes that Jobs “Status” to the text “Expired”.
That first part works great, but I would then like to send the “User” that created that “Job” an email to let them know it is expired. Here is what I’ve got so far but not working. Any ideas where I’m going wrong?
Thanks so much for your help. Ah, I see! So this could be the issue. I’m trying to trigger an email to ALL users who meet the set conditions. Do I need to do this via an API workflow and how would I set that up as I would need to pass the data from the page workflow to the API workflow in order for Bubble to work out who to send an email to?
So the list to run will be the list of users and the api workflow will run for all the users. so In the endpoint you only have to make one email and it will be send to every user.