I have a list of Tasks. The Tasks can be assigned to Projects.
I want to show the list of Tasks grouped by Project.
I know how to do this using nested repeating groups. My question: Is there any other way to accomplish this? I’m exploring my options before committing to the nested repeating groups (because that can have some challenges I’d rather avoid…)