Hi Everyone, I'm fairly new to PowerApps and hoping you can help...
Right now I have a gallery(below) where I am showing the logged in user their tasks that are ready to be worked on. These tasks can be associated with multiple projects, and will not always be "created" at the same time so I can't rely on that to keep tasks from the same project together. I would like to add a GroupBy to this but can't figure out the details.
Some more information: This is backed by Sharepoint lists. Most of the columns are coming right out of my CommsProjectTasks list, but the Project name in the first column is coming from a list called CommsFormData. LookUp(CommsFormData, ID=ThisItem.CommsProjectID, Title)

Thank You!