<?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>breadcrumb pattern</title><link>https://community.appian.com/discussions/f/user-interface/34153/breadcrumb-pattern</link><description>In this I have a button called legal situation and when I will click the button it will take look like as below. 
 
 but the thing is that see in the breadcrumb pattern one middle thing is coming which I do not need .when i will click the legal situation</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130107?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 16:51:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7ae77c78-2db2-41e2-a1f8-9624052f8fc0</guid><dc:creator>nasirs4970</dc:creator><description>&lt;p&gt;yes, it is a reference for your needs and it can be modified as per requirement. if it does not fulfill the requirement than can you please explain more for better understanding.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130105?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 16:33:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5284e45e-cd94-49a8-8a17-bf07675ef10e</guid><dc:creator>bisheswar01</dc:creator><description>&lt;p&gt;ya I got you what you are saying ,but you have to do that manually right by seeing you requirement means change the mapping . right ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130103?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 16:21:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:57d80d52-0063-4ecd-95aa-b6bbe8ea0f40</guid><dc:creator>nasirs4970</dc:creator><description>&lt;p&gt;It will also work in that condition, but you have to modify it with your requirements.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130102?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 16:07:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a9f190ab-c9bf-41e6-9f0f-f0d8e252ef33</guid><dc:creator>bisheswar01</dc:creator><description>&lt;p&gt;this will be only applicable when you will directly go to legal from personal details , if someone will go one by one ,i.e,first personal then development and then legal at that that also the value of local variable currentNodeId will be 3 then at that condition it will not work right ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130087?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 14:14:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6c36f04-fc32-4b57-9896-f1c84568c6af</guid><dc:creator>nasirs4970</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/bisheswart9459"&gt;bisheswart9459&lt;/a&gt;,&lt;br /&gt;you can take a reference from this code. let me know if I need to explain it further&lt;/p&gt;
&lt;p&gt;.&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!selectedIds:1,
  local!data:if(
    local!selectedIds=3,
    {
      a!map(
        id:1,
        name:&amp;quot;Personal Details&amp;quot;
      ),
      a!map(
        id:3,
        name:&amp;quot;ligal Situations&amp;quot;
      )
    },
    {
    a!map(
      id:1,
      name:&amp;quot;Personal Details&amp;quot;
    ),
    a!map(
      id:2,
      name:&amp;quot;Development&amp;quot;
    ),
    a!map(
      id:3,
      name:&amp;quot;ligal Situations&amp;quot;
    )
  }
  ),
  {
  a!sideBySideLayout(
    items: a!forEach(
      items: local!data,
      expression: a!sideBySideItem(
        width: &amp;quot;MINIMIZE&amp;quot;,
        item: a!richTextDisplayField(
          value: {
            a!richTextItem(
              text: fv!item.name,
              link: a!dynamicLink(
                value: fv!item.id,
                saveInto: local!selectedIds
              ),
              linkStyle: &amp;quot;STANDALONE&amp;quot;
            ),
            a!richTextItem(
              text: if(
                fv!isLast,
                &amp;quot;&amp;quot;,
                &amp;quot; /&amp;quot;
                )
            )
          }
        )
      )
    )
  )
  }
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130086?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 14:02:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:66cfd5f8-536a-4e7d-9324-f3b23ce5944b</guid><dc:creator>bisheswar01</dc:creator><description>&lt;p&gt;can you give an example to achieve that ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130084?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 13:56:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7489fefd-c80f-4cea-832f-f09b4404be71</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;You can update your map() using an if condition based on your current node. But that wouldn&amp;#39;t be a best way to show the details as it would raise confusion to the user when they click back.&lt;br /&gt;&lt;br /&gt;Instead create your own pattern by using simple local variables and if conditions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130083?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 13:50:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ba8730dc-66b4-4f65-8a06-0266a39fbd95</guid><dc:creator>bisheswar01</dc:creator><description>&lt;p&gt;&amp;nbsp;&amp;nbsp; do you have any alternative idea to solve this ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130081?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 13:23:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ac945bdf-e2f4-45c7-b527-33ad1ff9cbaa</guid><dc:creator>bisheswar01</dc:creator><description>&lt;p&gt;I am directly going to legal situations right , so i dont need to show the development because i am redirecting directly from personal to legal&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="/members/harshitb6843"&gt;Harshit Bumb (Appyzie)&lt;/a&gt;&amp;nbsp;can you please help in this ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130080?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 13:15:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5fce60db-9070-469f-a09f-b7cc85efda4a</guid><dc:creator>bisheswar01</dc:creator><description>&lt;p&gt;correct I dont want to show the development value !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130079?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 13:01:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:876f9571-ff59-4280-a628-ba387f3fff5e</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;I don&amp;#39;t understand your issue here. Are you saying you don&amp;#39;t want to display the development value in this part?&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1708952583469v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; Please share the complete code snippet.&lt;/p&gt;
&lt;p&gt;Below is what I have asked to try. It is working fine for me.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!buttonLayout(
        primaryButtons: {
          a!buttonWidget(
            label:&amp;quot;Jump Node&amp;quot;,
            value:4,
            saveInto: local!currentNodeId
          ),
          a!buttonWidget(
            label: &amp;quot;back&amp;quot;,
            value: local!currentNodeId-1,
            saveInto: local!currentNodeId
          )
        }
      )&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130077?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 12:53:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1041df23-abf2-49b7-a2b5-7dd9f426b1e4</guid><dc:creator>bisheswar01</dc:creator><description>&lt;p&gt;still the breadcrumb is coming like before means there is a section between personal and legal which is development.&lt;/p&gt;
&lt;p&gt;that development section is coming and regarding back button if you do like loal!currentNodeId -1 then it will come to development section not to personal section ,I need to come back to personal section because from personal section i came to legal .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130076?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 12:36:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bfeda460-1de5-4d0a-975f-8d18e2f50d08</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Please update the value in the buttonWidget() to Legal situation Identifier instead of using local!currentNodeId+2.&lt;br /&gt;&lt;br /&gt;Also in the back button I hope you are using local!currentNodeId-1.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130075?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 12:27:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:101f37ad-24aa-45ce-9c5d-4438d0ef8b9b</guid><dc:creator>bisheswar01</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/3632.three.png" /&gt;&lt;/p&gt;
&lt;p&gt;this is the mapping section and in the button section i am adding 2 to the local variable currentNodeId like below&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/4454.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130074?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 12:19:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:742ed312-cd4e-411d-88d0-2fa6c27b7c73</guid><dc:creator>bisheswar01</dc:creator><description>&lt;p&gt;not able to upload saying an error&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130073?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 12:09:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:728131bb-11d6-428b-a411-fdf53e3c1267</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello &lt;a href="/members/bisheswart9459"&gt;bisheswar01&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Please share your code snippet. Would help others understand and resolve your issue quicker.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130072?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 11:57:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ddc5579f-1e06-44e1-b503-0342e79f0a68</guid><dc:creator>bisheswar01</dc:creator><description>&lt;p&gt;after personal details ,development is the section and after development legal situation is the section. What I am doing here is i am directly jumping to the third section .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: breadcrumb pattern</title><link>https://community.appian.com/thread/130071?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 11:54:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8e136886-e439-4a81-bb25-cbb9b1339270</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;It is a simple change you can make in your code. What problem are you facing adding it while making this change?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>