I have two tables, one with employee names, and one with each employee's records of a specific request. I want to navigate from the gallery with the employee names to the selected employee's request screen. How do I navigate from one data source(gallery.selected) to another datasource?
Solved! Go to Solution.
If it not a form but another Gallery, change the formula to:
Filter(Datasource,EmpID=Myselection)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Assuming the common Field between the 2 Datasource is EmpID, in the Onselect of an icon inside the Gallery1, put:
Set(Myselection, ThisItem.EmpID)
Then on the Item of the form in the details screen;
LookUp (Datasource,EmpID=Myselection)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
That works for navigation, but it only shows one record instead of the 8 it should. Is there another value I should pass?
If it not a form but another Gallery, change the formula to:
Filter(Datasource,EmpID=Myselection)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
177 | |
52 | |
41 | |
36 | |
27 |
User | Count |
---|---|
240 | |
81 | |
71 | |
69 | |
66 |