Hi All,
I have a combobox, I want to display sharepoint list item to default selected value. If list item not exists it should be bind the data from azureAd.
DefaultSelectedItems: LookUp(SPLIST,ID=Gallery.Selected.ID).Name
ClearCollect(colName,AzureAD.GetGroupMembers("GuId").value);
Items: colName
Im able to see the azureAD items combobox but DefaultSelectedItems not working as expected.
Can someone help me on this scenario.