Where can I find information about groups and sys_groups?t

HI friendo @Pankaj @Alyssa
For example I am using notifications in automation and want to send email to many People.
How can I do that?
Javier

Hi @Javi-1285 :honey_pot:

In Tables, you can create a Groups table and associated users to different groups in the People table. With this data model, you can then set up an automation to send an email to each user in that group by adding a FILTER formula of that group in the run options. This is how it would look:

Here's a Groups table:

Here's a People table with a column to associate a contact with a group (the group column is a rowlink to the Groups table):

Now in an automation, create a Notify action and click on the Run Options to add a FILTER formula of only a particular group. The formula in the "Run the step for these rows" in this example is:

=FILTER(People,"People[Group]=%","Group A")

Hope this helps, and let us know if you have any other questions. :slightly_smiling_face: :honey_pot:

Thank you @Alyssa !!!
Excelent!!!

Javier

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.