Hello! I'm stuck & would greatly appreciate some guidance please.
I have a PowerApps Canvas app with 2 Sharepoint Lists as the data sources: Projects & Contacts
Contacts has columns:
ContactName: Single select (People Picker)
ProjectTie: lookup column tied to the ID column in Projects
PrimaryContact: Yes/No
In the canvas app with gallery called galProjects
I have a bunch of other filters already that work great, but I need to be able to filter so the output looks like this:
Projects.Title
// Other Filtered Projects Columns here...
Contacts.ContactName (where Contacts.ProjectTie = Project.ID && Contacts.PrimaryContact = Yes)
***I can't use AddColumns because I store the selected record in a variable & use it in logic for other screens (unless there's no other way & I'd have to DropColumns on gallery item select??)
Thanks in advance!!


Report
All responses (
Answers (