Hi, all.
I've created a SharePoint form in PowerApps. When an employee (DataCardValue46) is chosen, their title and department are auto-loaded using DataCardValue46.Selected.title and DataCardValue46.Selected.department.
I want to also be able to add the user's department head, which isn't an option for DataCardValue46.
So, in the SharePoint list I have a lookup column to a second list which connects the department to the department head in a drop-down.
Back in PowerApps, is there a way to filter this look-up drop-down based on DataCardValue46.Selected.department? I want to be able to submit the form and have the look-up drop-down set to the correct department, which should then trigger additional information from the look-up.
I realize this is convoluted, but I'm hoping there is a PowerApps Filter formula that can achieve this.
Thank you in advance.