I feel like I'm missing something very simple.
I have built a model driven app, and am using the same data fields to build user-friendly forms in Canvas Apps.
All I want to do, is place one drop down that identifies locations, then another drop down that only lists associates assigned to that location.
Dropdown 1: 'Which PP Branch DD'
Table: 'Company Locations'
Item formula: Filter('Company Locations', 'Company Locations (Views)'.'Performance Personnel Locations')
Dropdown 2: 'Which Associate DD'
Table: 'Associate Info'
Item formula: Filter('Associate Info','PP Branch Assigned'= 'Which PP Branch DD'.Selected.Value)
What is the correct approach?
On a side note: I tried to assign the Associate Info table to the 'Which Associate DD' drop down in the Canvas Spp, but when I use the Depends On function, the key field I need, 'PP Branch Assigned' doesn't appear. I think it's because it is a lookup field and the other lookup fields in that table don't appear as an option either.