- When a user invites another user via email, are you creating a new user account for the invited person and subsequently creating the relationship?
If you are, which I believe you probably should, then you can on this relation data type remove the user-first because that user is the one who would have created the relationship and you can access that information by using the ‘creator’ after the relation data type in dynamic expressions.
Then when you want to show in a repeating group the relationships you can
Do a search for relationships and constrain by created by and the status
This is how I would set it up if I was building it
You could then have two repeating groups, one constrained by pending and the other constrained by confirmed
1 Like