<?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>interface inside interface link</title><link>https://community.appian.com/discussions/f/user-interface/14412/interface-inside-interface-link</link><description>good morning, 
 It is a very simple question less for me. 
 I have an interface with two links and one I want to click on to take me to another interface. 
 How is it done? 
 
 Thank you</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: interface inside interface link</title><link>https://community.appian.com/thread/64840?ContentTypeID=1</link><pubDate>Mon, 25 Feb 2019 08:38:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bd5379ba-d9c6-44d9-a356-d6cd86f113e4</guid><dc:creator>aloks0189</dc:creator><description>Hi &lt;a href="/members/alejandrod975"&gt;Alastr&lt;/a&gt;  when you talk about a link to navigate from one interface to another, then you can go for a!submitLink() -- this allows to trigger form submission.&lt;br /&gt;
&lt;br /&gt;
But if you are only trying to render an interface inside another (conditionally) then you can define the condition for showWhen attribute of the target interface which is being rendered into the parent interface and upon link click try saving the value into a variable to show/hide the interface (i.e. showWhen).&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interface inside interface link</title><link>https://community.appian.com/thread/64837?ContentTypeID=1</link><pubDate>Mon, 25 Feb 2019 07:16:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1aadc839-e795-4ab2-9ba2-e8bed90fd0bb</guid><dc:creator>Alastr</dc:creator><description>thanks so much!!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interface inside interface link</title><link>https://community.appian.com/thread/64836?ContentTypeID=1</link><pubDate>Mon, 25 Feb 2019 07:15:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:00253c87-ed2c-491a-8257-c272c16b986c</guid><dc:creator>Alastr</dc:creator><description>thankss!!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interface inside interface link</title><link>https://community.appian.com/thread/64821?ContentTypeID=1</link><pubDate>Fri, 22 Feb 2019 13:01:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2ca3caa5-462c-44de-a6d1-3735fe60515c</guid><dc:creator>divyas417665</dc:creator><description>On the save into of the link, you can save the value for this local variable and can use choose to select the interface that you want to see.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interface inside interface link</title><link>https://community.appian.com/thread/64820?ContentTypeID=1</link><pubDate>Fri, 22 Feb 2019 12:54:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:386a838f-09ba-4ac4-b555-eac1b0b5e914</guid><dc:creator>April Schuppel</dc:creator><description>&lt;p&gt;You can also use the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/18.4/fnc_logical_choose.html" target="_blank"&gt;choose function()&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt;load(
    local!interfaceShown: 1,
    choose(
        local!interfaceShown,
        rule!interface1(), /*with a a!save to change local!interfaceShown to 2*/
        rule!interface2()  /*with a a!save to change local!interfaceShown to 1*/
    )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interface inside interface link</title><link>https://community.appian.com/thread/64814?ContentTypeID=1</link><pubDate>Fri, 22 Feb 2019 12:12:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e0acc6af-0da6-4c53-9200-ac8aa627068f</guid><dc:creator>jonathanb0001</dc:creator><description>Not sure if it is a recommended solution but in the past I&amp;#39;ve set an interface as the start form of a process model with no nodes and then used a start process link to go into it it.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interface inside interface link</title><link>https://community.appian.com/thread/64809?ContentTypeID=1</link><pubDate>Fri, 22 Feb 2019 10:21:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c0a21352-bc35-4521-a7ea-2f91cd54e0ed</guid><dc:creator>Alastr</dc:creator><description>thanks!!!! :)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interface inside interface link</title><link>https://community.appian.com/thread/64807?ContentTypeID=1</link><pubDate>Fri, 22 Feb 2019 07:57:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dedaaee6-4468-45cd-8f15-a20c40506552</guid><dc:creator>divyas417665</dc:creator><description>&lt;p&gt;Another option would be, on clicking the link, we could save some value for a local variable. And when the local variable meets the given value on a conditional statement, we can call the second interface.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interface inside interface link</title><link>https://community.appian.com/thread/64806?ContentTypeID=1</link><pubDate>Fri, 22 Feb 2019 07:53:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:32acd894-18bf-4762-b5f4-c08011c893f5</guid><dc:creator>divyas417665</dc:creator><description>To have another interface inside one interface, you can have the second interface as report and call this report in the first interface &lt;br /&gt;
 via reportlink option. You can call the reportlink with the report as a constant which is created for the second interface.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>