Hi,
I'm trying to create a cascading drop-down.
I have created two columns in SharePoint. Division (choice type) and PM_details (contains names of the PM and used person field type). Based on the division selection PM_details (names) has to be displayed.
Sharepoint List
I have included the screenshot of my form and list. As the PM_details column is in person field type, I'm unable to fetch that column details in my PowerApps form. kindly guide me with this.
is there any solution to apply same concept in SharePoint forms (without using customized powerapps form) ?
It worked. Thank you so much 😀
Hi @DhivyaSL ,
Please try below formula for Items of the second Dropdown:
Distinct(
Filter(SPList, Division.Value = Combobox1.Selected.Value).PM_details, PM_details.DisplayName
).Result
But for now, what you selected in the second Combo box will be texts. To update appropriate values to the list, you need to change the Update property of the Data Card:
LookUp(SPList, PM_details.DisplayName = ComboBox2.Selected.Result).PM_details
Best regards,
WarrenBelz
146,743
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,079
Most Valuable Professional