<?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>Array of links/buttons</title><link>https://community.appian.com/discussions/f/user-interface/35138/array-of-links-buttons</link><description>Hi, 
 How can I achieve the below user experience. Like layouts, fields ..etc. Font color can be blank. 
 
 Thank you in advance.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Array of links/buttons</title><link>https://community.appian.com/thread/136353?ContentTypeID=1</link><pubDate>Tue, 04 Jun 2024 11:57:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7139a5bf-7f3d-4869-ad1d-7d1f6b6334ea</guid><dc:creator>lokeshk0623</dc:creator><description>&lt;p&gt;&lt;a href="/members/rupaa0642"&gt;ak0642&lt;/a&gt;&amp;nbsp;- try to use tab pattern (available under interface patterns)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Array of links/buttons</title><link>https://community.appian.com/thread/136308?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2024 15:41:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:69fe9c48-420e-4102-ad2e-c8656a12af3c</guid><dc:creator>Konduru Chaitanya</dc:creator><description>[quote userid="199173" url="~/discussions/f/user-interface/35138/array-of-links-buttons/136294"] taking label as capital case, which should not happen.[/quote]
&lt;p&gt;This can be done. You need to use the&amp;nbsp;below format. I didn&amp;#39;t simplify this. Just copying it from here and creating a button widget. Refer the link and redo the code&amp;nbsp; according to your requirement.&lt;/p&gt;
&lt;p&gt;&lt;a href="/discussions/f/user-interface/34445/bold-the-text-on-confirmation-message"&gt;A code block given by amiteshsin for the confirmation message&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!buttonWidget(
  label: a!localVariables(
    local!lRange: 120302 - 97,
    local!uRange: 120276 - 65,
    joinarray(
      char(
        a!forEach(
          items: code(&amp;quot;box man&amp;quot;),
          expression: a!match(
            value: fv!item,
            whenTrue: and(fv!value &amp;gt; 96, fv!value &amp;lt; 123, ),
            then: fv!value + local!lRange,
            whenTrue: and(fv!value &amp;gt; 64, fv!value &amp;lt; 91, ),
            then: fv!value + local!uRange,
            default: fv!value
          )
        )
      ),
      &amp;quot;&amp;quot;
    )
  ),
  
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="height:56px;max-height:56px;max-width:102px;" height="67" src="/resized-image/__size/204x112/__key/communityserver-discussions-components-files/13/pastedimage1717429117887v1.png" width="101" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can do it in other ways if not buttons. Just need to tell us the requirement more clearly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Array of links/buttons</title><link>https://community.appian.com/thread/136303?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2024 14:47:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2d81475e-cd5c-4a56-9b9f-6724c7a00437</guid><dc:creator>Peter Lewis</dc:creator><description>[quote userid="199173" url="~/discussions/f/user-interface/35138/array-of-links-buttons/136294"]Tabs pattern will not work because these values should be dynamic. Eg: Test1 will show group of columns, test 2 should group another group of columns...etc.[/quote]
&lt;p&gt;Why won&amp;#39;t this work? I mean you have to adapt the tabs pattern to what you need, but there&amp;#39;s no reason this can&amp;#39;t be dynamic if you&amp;#39;re using the rich text or the card options.&lt;/p&gt;
&lt;p&gt;Also if at all possible, in the future please try to provide any context like this&amp;nbsp;when you make your original post - that can help us provide you a solution more quickly &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Array of links/buttons</title><link>https://community.appian.com/thread/136294?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2024 14:15:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:722c5369-74b6-4ab7-b9f3-632f662864bf</guid><dc:creator>ak0642</dc:creator><description>&lt;p&gt;Buttons I cannot take because buttons has a default behavior of taking label as capital case, which should not happen.&lt;/p&gt;
&lt;p&gt;Tabs pattern will not work because these values should be dynamic. Eg: Test1 will show group of columns, test 2 should group another group of columns...etc.&lt;/p&gt;
&lt;p&gt;tags will not work, because those should be clickable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Array of links/buttons</title><link>https://community.appian.com/thread/136288?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2024 12:59:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8dae684-877b-48ee-89f3-562a2c727248</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;Everyone else is suggesting the &amp;quot;Tabs&amp;quot; pattern which uses buttons to simulate this. However, depending on what you&amp;#39;re trying to do, the Tag component actually might be better. The style is more similar to what you have in your image, and there is more flexibility for formatting.&lt;/p&gt;
&lt;p&gt;Basically the difference for them is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Buttons (Tabs pattern) are useful when you have some kind of interaction you want to do, such as changing the view of the page or submitting a form&lt;/li&gt;
&lt;li&gt;Tags are useful to designate attributes or characteristics. They aren&amp;#39;t usually for interaction, but they are good at categorizing properties in a user interface.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Array of links/buttons</title><link>https://community.appian.com/thread/136255?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2024 07:52:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1eb52a31-1d49-4879-944f-7e1ac7927337</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/24.1/tabs-pattern.html"&gt;Tabs Patterns&lt;/a&gt;&amp;nbsp;Please have a look at this from the documentation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Array of links/buttons</title><link>https://community.appian.com/thread/136251?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2024 04:53:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e81269a5-6f2c-4015-ba67-1cc36a614d55</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;&lt;a href="/members/rupaa0642"&gt;ak0642&lt;/a&gt;&amp;nbsp;&lt;br /&gt;You can find pattern for same in interface.&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/pastedimage1717390383796v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Array of links/buttons</title><link>https://community.appian.com/thread/136250?ContentTypeID=1</link><pubDate>Sun, 02 Jun 2024 19:49:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:196a644f-d15f-43ad-a94d-a0d680d1cb09</guid><dc:creator>SRINIVAS M</dc:creator><description>&lt;p&gt;&lt;span style="font-family:verdana, geneva;"&gt;&lt;/span&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
local!selectedTab: 1,
local!tabs: { &amp;quot;test1&amp;quot;, &amp;quot;test2&amp;quot;,&amp;quot;test3&amp;quot; },
{
a!buttonArrayLayout(
buttons: {

a!buttonWidget(
label: &amp;quot;test&amp;quot;,
size: &amp;quot;SMALL&amp;quot;,
style: if(local!selectedTab = 1, &amp;quot;SOLID&amp;quot;, &amp;quot;LINK&amp;quot;),
saveInto: a!save(local!selectedTab, 1),

),
a!buttonWidget(
label: &amp;quot;test2&amp;quot;,
size: &amp;quot;SMALL&amp;quot;,
style: if(local!selectedTab = 2, &amp;quot;SOLID&amp;quot;, &amp;quot;LINK&amp;quot;),
saveInto: a!save(local!selectedTab, 2)
),
a!buttonWidget(
label: &amp;quot;test2&amp;quot;,
size: &amp;quot;SMALL&amp;quot;,
style: if(local!selectedTab = 3, &amp;quot;SOLID&amp;quot;, &amp;quot;LINK&amp;quot;),
saveInto: a!save(local!selectedTab, 3)
)
}
),
choose(
local!selectedTab,
{
a!richTextDisplayField(
labelPosition: &amp;quot;COLLAPSED&amp;quot;,
value: {a!richTextItem(text: &amp;quot;The contents of the first tab would go here&amp;quot;, style: &amp;quot;EMPHASIS&amp;quot;)},
align: &amp;quot;CENTER&amp;quot;
)
},
{
a!richTextDisplayField(
labelPosition: &amp;quot;COLLAPSED&amp;quot;,
value: {a!richTextItem(text: &amp;quot;The contents of the second tab would go here&amp;quot;, style: &amp;quot;EMPHASIS&amp;quot;)},
align: &amp;quot;CENTER&amp;quot;
)
},
{
a!richTextDisplayField(
labelPosition: &amp;quot;COLLAPSED&amp;quot;,
value: {a!richTextItem(text: &amp;quot;The contents of the third tab would go here&amp;quot;, style: &amp;quot;EMPHASIS&amp;quot;)},
align: &amp;quot;CENTER&amp;quot;
)
}
)
}
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Array of links/buttons</title><link>https://community.appian.com/thread/136249?ContentTypeID=1</link><pubDate>Sun, 02 Jun 2024 18:04:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d18f6823-477f-4871-baf3-78e2f8a4f0b1</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;In the interface designer in the patterns pane, test the tabs patterns.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>