<?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>calling interface inside another interface with parameters</title><link>https://community.appian.com/discussions/f/user-interface/14647/calling-interface-inside-another-interface-with-parameters</link><description>Hi All, 
 i have 2 interface, interface1 and interface2 
 am calling interface2 in interface1 which is working great(using rul!interface2() in interface1), 
 but am using a CDT inside interface2 as a Rule Input, 
 now if i call interface2 in interface1</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: calling interface inside another interface with parameters</title><link>https://community.appian.com/thread/95232?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 13:09:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f24bcab9-57ee-424c-ae1f-3194ca556bc8</guid><dc:creator>shivappak0001</dc:creator><description>&lt;p&gt;Hi vineeth, how to call one interface in another interface ??. Can you please help me for this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: calling interface inside another interface with parameters</title><link>https://community.appian.com/thread/95231?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 13:06:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:59228870-8f67-488a-b088-ac8a85ad0ca6</guid><dc:creator>shivappak0001</dc:creator><description>&lt;p&gt;hi stewrat, i am new to appian , can you please help me on how to call one interface in another??. do we need to set second interface to any parameter.??&lt;/p&gt;
&lt;p&gt;my use case is as follows : i have two interfaces, in firs interface i have button when i clicked submit it has to navigate for second interface.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: calling interface inside another interface with parameters</title><link>https://community.appian.com/thread/89414?ContentTypeID=1</link><pubDate>Fri, 31 Dec 2021 04:20:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:06fd93f8-8d58-47f1-b957-0484458ef462</guid><dc:creator>vinayp0002</dc:creator><description>&lt;p&gt;&lt;a href="/members/aniketj0001"&gt;aniketj0001&lt;/a&gt;, please try to use&amp;nbsp;type!your_CDT while passing the parameter to your child interface as mentioned by stewart.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: calling interface inside another interface with parameters</title><link>https://community.appian.com/thread/89347?ContentTypeID=1</link><pubDate>Tue, 28 Dec 2021 05:22:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0d259bdc-0cb5-4d99-9efd-5b9d029b0a1a</guid><dc:creator>aniketj0001</dc:creator><description>&lt;p&gt;Can you please share this solution with me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: calling interface inside another interface with parameters</title><link>https://community.appian.com/thread/65645?ContentTypeID=1</link><pubDate>Thu, 04 Apr 2019 14:30:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3546706-eb4b-408e-b45b-82e68279b68d</guid><dc:creator>vineethk0001</dc:creator><description>&lt;p&gt;Thanks Stewart, it worked like a charm.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: calling interface inside another interface with parameters</title><link>https://community.appian.com/thread/65638?ContentTypeID=1</link><pubDate>Thu, 04 Apr 2019 12:36:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2d88f1dc-06f1-4828-80ae-889b1d464f32</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Vineeth&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;If your interface2() rule takes as a rule input a CDT then you need to provide a reference to a variable in interface1() that holds a value of that type.&lt;/p&gt;
&lt;p&gt;So:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;in interface1() declare a local! variable and set it to the value you want to pass to interface2()&lt;/li&gt;
&lt;li&gt;in interface1() in the call to interface2() pass that variable e.g. rule!interface2(cdt: local!variable)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Stewart&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>