Hi,
in my app i want to display only current available users from list aswell as O365 group.
Previously in my list i stored some users value . But now they are not a member in O365 groups.
So i want to display only available users from O365 group.
If(Concat(List.RecipientEmail,ThisRecord.RecipientEmail) in Concat(MembersfromSG.mail,mail),
If(Dropdown2.SelectedText.Value="All",FirstN(SortByColumns(AddColumns(GroupBy(Filter(List,Month(CreatedonDate)=Dropdown3.Selected.ID,Year(CreatedonDate)=Dropdown6.Selected.ID&&Category="Appreciation"),"RecipientName","RecipientEmail","Details1"),"Count",CountRows(Details1)),"Count",Descending),5),FirstN(SortByColumns(AddColumns(GroupBy(Filter(List,Month(CreatedonDate)=Dropdown3.Selected.ID,Year(CreatedonDate)=Dropdown6.Selected.ID&&Department=Dropdown2.Selected.Value&&Category="Appreciation"),"RecipientName","RecipientEmail","Details1"),"Count",CountRows(Details1)),"Count",Descending),5)))
this is a formula what i used.
I want to make any change in my formula?
Thanks,
Dhinesh