<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Best way to get all groups a user is member from</title><link>https://community.appian.com/discussions/f/data/14481/best-way-to-get-all-groups-a-user-is-member-from</link><description>Hi Community, 
 For a task report, I would like to automatically pop-up the task assigned for the user, by checking all the tasks that are assigned to a group where the user is member of. I though there might be a function that does that already, but</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Best way to get all groups a user is member from</title><link>https://community.appian.com/thread/66888?ContentTypeID=1</link><pubDate>Wed, 29 May 2019 15:08:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f7073a7e-7e45-4643-808c-c144f4e9eb5f</guid><dc:creator>ganeshbabuj</dc:creator><description>&lt;p&gt;a!forEach(&lt;br /&gt; items :getgroupsformemberuser(loggedInUser()),&lt;br /&gt; expression :group(fv!item,&amp;quot;groupName&amp;quot;) &lt;br /&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best way to get all groups a user is member from</title><link>https://community.appian.com/thread/65069?ContentTypeID=1</link><pubDate>Thu, 07 Mar 2019 10:57:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19cd5e1b-9626-4a22-a8a3-d3b8e0ee29bd</guid><dc:creator>ManuelHTG</dc:creator><description>Thanks.&lt;br /&gt;
I have the filter (group picker array) that shows everything that has been assigned to any group selected. The &amp;quot;fn!getgroupsformemberuser&amp;quot; would get me the array that I need to input the filter.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best way to get all groups a user is member from</title><link>https://community.appian.com/thread/65068?ContentTypeID=1</link><pubDate>Thu, 07 Mar 2019 10:53:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbc721f9-3670-45e6-88cf-e2e93fc9cb0b</guid><dc:creator>Stewart Burchell</dc:creator><description>There is a plug-in available in the Appmarket here in the Community called &amp;#39;People Functions&amp;#39; which contains, amongst a number of other functions, &amp;#39;fn!getgroupsformemberuser&amp;#39;. This returns all the Groups the User is a member of, irrespective of whether a direct or indirect member. I presume once you have that list you intend to interrogate each Group to see if there any Tasks that are assigned to that Group?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>