Hi Mates,
I'm creating an app and I have a dropdown that should give me a 'contact person' depending on a "Customer Name" and "Department", let me show you:
So, In my sharepoint Lists, I have 2 Lists:
The "Contacts and depart" and the "Costumers Contacts".
Note: In the "Contacts and depart" list, i have the contact person column too.
-----
So, in order to get a Contact Person in the dropbox, i made this formula:
However, the formula it doesn't work (probably, it's wrong)
I tried a lot of formulas and i always have an error or otions in blank.
Could you help me to discover the correct formula?
Solved! Go to Solution.
Solved!
I had to change the dropdown11 formula to:
Filter('Costumers Contacts',Title = ComboBox11.Selected.Title)
I made a update in the formula:
Filter('Contacts and depart', Department = Dropdown13.Selected.Result, Hospital = Dropdown11.Selected.Title)
The formula don't show me any error but I can't see any contact person yet.
Solved!
I had to change the dropdown11 formula to:
Filter('Costumers Contacts',Title = ComboBox11.Selected.Title)
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 |
---|---|
183 | |
46 | |
46 | |
34 | |
33 |
User | Count |
---|---|
254 | |
83 | |
78 | |
67 | |
66 |