<?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>How do I include a page in a site but not have it show up on the main top left navigation.</title><link>https://community.appian.com/discussions/f/new-to-appian/28826/how-do-i-include-a-page-in-a-site-but-not-have-it-show-up-on-the-main-top-left-navigation</link><description>There is an option to &amp;quot;only show when....&amp;quot; however there is jack in the way of information on how to just say &amp;quot;show never&amp;quot; or &amp;quot;only show when visible&amp;quot; (i.e. link a breadcrumb trail) 
 In this case I want to call the interface directly from its URL based</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How do I include a page in a site but not have it show up on the main top left navigation.</title><link>https://community.appian.com/thread/113601?ContentTypeID=1</link><pubDate>Wed, 31 May 2023 15:15:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9c268b00-ce7b-4ab2-97ba-c5bc8ce658a7</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;Also if you&amp;#39;re trying to do this, here are a few examples of navigation patterns you can use:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/sail/secondary-navigation.html"&gt;docs.appian.com/.../secondary-navigation.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I include a page in a site but not have it show up on the main top left navigation.</title><link>https://community.appian.com/thread/113586?ContentTypeID=1</link><pubDate>Wed, 31 May 2023 13:05:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a2ffe3b0-c98b-4a88-a08e-8a866cf12fb2</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I honestly can&amp;#39;t quite tell whether this is the sort of thing you&amp;#39;re after here, but i wanted to add my own advice to the list of other good suggestions above:&lt;/p&gt;
&lt;p&gt;it&amp;#39;s trivially easy to make an interface (i.e. a site page) which contains a list of &amp;quot;links&amp;quot; to other interfaces, wherein those links are actually just dynamic links saving a marker into a local variable (like a name or an ID number), and when one of them has been clicked, hide the entire original interface and show the desired child interface instead (with the potential to easily add a &amp;quot;close&amp;quot; button/icon, breadcrumb trail, etc, at the top of the screen allowing the user to click back to the initial list of links).&amp;nbsp; We do this all over the place in our system to allow navigation without having zillions of things at the top of the site (and also that&amp;#39;s the reason they only allow 5ish top-level Site tabs, too).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I include a page in a site but not have it show up on the main top left navigation.</title><link>https://community.appian.com/thread/113574?ContentTypeID=1</link><pubDate>Wed, 31 May 2023 09:57:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3dd11584-16ba-4d54-8f3f-7485581c5851</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Hmmm. Not sure I would use the textCache for what you are describing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I include a page in a site but not have it show up on the main top left navigation.</title><link>https://community.appian.com/thread/113538?ContentTypeID=1</link><pubDate>Wed, 31 May 2023 05:57:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d60b607f-64ac-4e8b-b059-a92568c24e52</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Interfaces do not have an URL. The only addressable UI objects in Appian are pages in site and record views. This does not include tasks and a few other things, not relevant in the context of this question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I include a page in a site but not have it show up on the main top left navigation.</title><link>https://community.appian.com/thread/113531?ContentTypeID=1</link><pubDate>Wed, 31 May 2023 03:41:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:be1daf22-2b34-4906-8866-8adac0034889</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;WIth a little workaround, you can also call pages from your side navigation menu using &lt;a href="/b/appmarket/posts/text-cache"&gt;textCache plugin&lt;/a&gt;. What it does is, it will allow you to store a value as a temporary cache and then you can get that value on some other screen and based on that value, you can open a certain screen. Like 1 for screen A and 2 for screen A, etc.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I include a page in a site but not have it show up on the main top left navigation.</title><link>https://community.appian.com/thread/113523?ContentTypeID=1</link><pubDate>Tue, 30 May 2023 22:14:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:00ae6831-33e0-426c-ab94-1e9ee314c80c</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;If you want a URL you can call externally, you either have to add it as a site page or you&amp;#39;ll need it to be a record view.&lt;/p&gt;
&lt;p&gt;Alternatively, you can create your top level pages and have a secondary navigation which shows or hides things with dynamic links but the sub pages will not be accessible via a URL.&lt;/p&gt;
&lt;p&gt;You can find examples of secondary navigation on Appian&amp;#39;s design page: &lt;a href="https://docs.appian.com/suite/help/23.2/sail/secondary-navigation.html"&gt;docs.appian.com/.../secondary-navigation.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>