Hi all,
I need help managing two Data Types: Players and Tournaments.
The Repeating Group displays player names from the Players data type.
When a user selects players via Ionic Checkbox, their names should be added to the TOURNAMENTplayers field (a list of texts) in the Tournaments data type.
If the checkbox is unchecked, the player should be removed from the list.
I already have the tournament ID stored.
How can I set up this logic to add/remove players from the correct tournament?
Thanks!