Hi. Still pretty new to bubble and haven’t quite got my head around what is capable, let alone how to achieve it. With this in mind I’d appreciate somebody pointing me in the right direction to handle the following…
A “task” can be associated with multiple “groups”, which in turn have a number of “users”. When a task is created it sends an email to all the users within the associated groups, minus the person who created it. I’ve managed to get this working by getting all the user email addresses and using a single bcc email:
I’ve now added two boolean flags to a user, one with regards to not receiving any task updates and another to not receive via email. So basically I need to find all the unique users from the task groups, minus the task creator and any users who have either of these flags set. I have a suspicion I have gone as far as I can with the above, but unsure how to approach it.
Cheers