I am creating an app for a youth group with leaders and students. Our large group is split into many smaller groups. What is the best way to allow those smaller groups to have a chat just amongst themselves without including everyone in the group?
You need to create a button that the user can click to join a group chat. This button should have an “Update” action. This update action should “Add” > “Logged in User” > to “Current conversation”.
In order to get “Current conversation” you will need to make this button a list of conversations and then use filters to narrow it down to the one you want. Alternatively, just display the entire list of conversations with a join button for each.