Hi Guys,
I want to get the name of Azure Groups which I am member of. Below I will explain you more in which situation I am.
Currently I have a SQL table which is has a column called AZGroup. This column contains Group1, Group2 and Group3 as data.
In Azure Active Directory there are 3 Groups, Group1, Group2 and Group3. I am member of Group2 and Group3.
So what I want is that in my Gallery to filter to the column AZGroup and the Azure Groups which I am member of (Group2 and Group3). So the question is How can I get the Azure Groups dynamically to make a filter? The thing is I have more than 10 Groups in Azure and I have more than 20 members which there are member in several Groups.
Is there any functions or workaround thing to achieve this?
Thanks in advance!