Hello there Microsoft family,
I am new to power apps and still figuring this out(hence why it looks like a 2nd grader built it).
I have a screen(that uses the people template), with company names on them. I have it set to navigate to another people screen where I want it to display very specific set of people based on what company I select.
The navigation to the 2nd screen works, however it doesn't display any information. I have it set to a different excel spreadsheet if that means anything. Although, there is a column where it lists the company. In SQL something close to excel1.company = excel2.company type thing.
Any ideas how i get my specific people to enter into each company?
The following are some functions input for context.
OnSelect of the arrows on the company page: Navigate(PeopleListScreen, ScreenTransition.None)
The individual boxes(blue boxes on "employee" screen): PeopleAddedGallery1.Selected (where PeopleAddedGallery1 is within the company page)
Thanks,