<?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>Call interface in another interface with group and user type</title><link>https://community.appian.com/discussions/f/general/20975/call-interface-in-another-interface-with-group-and-user-type</link><description>How do we call an interface with 6 user type and 2 group type in another interface.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Call interface in another interface with group and user type</title><link>https://community.appian.com/thread/81707?ContentTypeID=1</link><pubDate>Sun, 16 May 2021 16:03:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8f2c08c6-a259-4f9f-9acd-15783532b73b</guid><dc:creator>Radha009</dc:creator><description>&lt;p&gt;Mike I was able to solve&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call interface in another interface with group and user type</title><link>https://community.appian.com/thread/81706?ContentTypeID=1</link><pubDate>Sun, 16 May 2021 16:02:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d51b5f90-8dab-461a-ada9-973f6d13c046</guid><dc:creator>Radha009</dc:creator><description>&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call interface in another interface with group and user type</title><link>https://community.appian.com/thread/81702?ContentTypeID=1</link><pubDate>Sun, 16 May 2021 12:59:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:daa0f6d9-7c00-4277-9174-22951ff5d4fa</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;&amp;#39;s answer is exactly right with regards to calling an interface from another interface.&lt;/p&gt;
&lt;p&gt;However I&amp;#39;m a little confused as to what exactly you mean by:&lt;/p&gt;
[quote userid="51176" url="~/discussions/f/general/20975/call-interface-in-another-interface-with-group-and-user-type"]an interface with 6 user type and 2 group type[/quote]
&lt;p&gt;Could you clarify as to what your needs are with the users/groups (types) in question?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call interface in another interface with group and user type</title><link>https://community.appian.com/thread/81701?ContentTypeID=1</link><pubDate>Sun, 16 May 2021 09:29:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fc612767-08e7-4728-8355-a170f2edc64b</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Hi Radha,&lt;/p&gt;
&lt;p&gt;You can call an interface inside another interface using &amp;#39;rule!&amp;#39; followed by the interface name. e.g. rule!anotherInterface() and then within its brackets, you can map the rule inputs of interface with the literal values or another set of rule inputs or local variables present on the parent interface.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Adding a code snippet below for your ease.&amp;nbsp;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;rule!anotherInterface(
    group1: ri!group,
    group2: local!group,
    group3: cons!ADMIN_GROUP,
    user1: loggedInUser(),
    user2: touser(&amp;quot;harshit.bumb&amp;quot;)
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I hope that helps.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Harshit&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>