Hi All,
I have couple of Sharepoint groups and users are been added to the groups. Based on the logged-in user's group I want to add values in to a dropdown called Site Drop down.
eg- Group A, Broup B, Group C
Site Drop down items if the loged in user in Group A -> Item A1, Item A2, Item A3
if the loged in user in Group A and B -> Item A1, Item A2, Item A3, Item B1, Item B2
if the loged in user in Group C -> Item C1, Item C2, Item C3
Can someone please tell me, how can I do this ?
Thnaks.