Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi ,
I am trying to get UserGroup using getCurrentUser . and i tried using below line
var result = Resources["CurrentSessionInfo"].GetCurrentUserGroups();
but it returns infotable with multiple groups(including default composer). i want only Custom group returned in String.
even i tried to iterate from infotable but i am unable to do. can someone help me to get it?
Thanks
This is the result from my service in 8.5
Doesn't seem like it works as my expectation. What's your service result and your expected output?