<?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>Clickable Link based on condition</title><link>https://community.appian.com/discussions/f/new-to-appian/25624/clickable-link-based-on-condition</link><description>Hi All 
 I am a new Appian and need some suggestions. 
 Problem Statement: 
 Created Record Type and there is one column i.e. request number which i created clickable link 
 a!linkField( links: { a!recordLink( label: fv!row[&amp;#39;recordType!{2774e922-1a67</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Clickable Link based on condition</title><link>https://community.appian.com/thread/100152?ContentTypeID=1</link><pubDate>Thu, 25 Aug 2022 08:25:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2b001b11-6e19-46d4-97a8-6860bc1641fd</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;You can use this method when you have mapped those interfaces as &amp;#39;views&amp;#39; in your record.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clickable Link based on condition</title><link>https://community.appian.com/thread/100151?ContentTypeID=1</link><pubDate>Thu, 25 Aug 2022 08:18:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a3d2e25d-2977-44e3-9177-a9ac96fcc5e7</guid><dc:creator>yogeshc213832</dc:creator><description>&lt;p&gt;how can I mention my interface name in the dashboard attribute?&lt;br /&gt;And i have to click diff interface based on status condition&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clickable Link based on condition</title><link>https://community.appian.com/thread/100130?ContentTypeID=1</link><pubDate>Thu, 25 Aug 2022 07:01:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8e14361-2002-4f22-a287-521420a8844c</guid><dc:creator>ujjwalr0002</dc:creator><description>&lt;p&gt;You have to apply an if condition to check your status and based on that you can decide you need to use startProcessLink(make sure changing is applied) or record link.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clickable Link based on condition</title><link>https://community.appian.com/thread/100129?ContentTypeID=1</link><pubDate>Thu, 25 Aug 2022 06:58:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f24903e1-92cf-4fa3-842d-23d223784bcc</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;You can configure the dashboard that you want to open in the &amp;quot;dashboard&amp;#39; attribute.&amp;nbsp;&lt;br /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/pastedimage1661410708058v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clickable Link based on condition</title><link>https://community.appian.com/thread/100128?ContentTypeID=1</link><pubDate>Thu, 25 Aug 2022 06:49:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f2bab22d-42f0-4016-9bdb-4c13ff6f1ca0</guid><dc:creator>deepakg681722</dc:creator><description>&lt;p&gt;under links configuration you can use if else condition.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!linkField(
links: {
if(
status=&amp;quot;drafter&amp;quot;,
a!dynamicLink(),
a!recordLink()
)
}
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>