<?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>if else customise</title><link>https://community.appian.com/discussions/f/general/31028/if-else-customise</link><description>this is if else if else doesn&amp;#39;t looking good can we customise this?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: if else customise</title><link>https://community.appian.com/thread/123589?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2024 12:30:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:09d0944a-a357-4c26-b945-adc80c91637a</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/kavyam0002"&gt;km&lt;/a&gt;,&lt;br /&gt;Since you are using a single variable, you can use the a!match(). Below is an example of how you can do it. Your value will be compared to the value that is passed in the equals parameter and will provide the immediate outcome which is defined at then parameter.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;a!match(
  value: ri!actionTypeId_int,
  equals: cons!CR_CREDIT_ACTION_TYPE_IDS[1],
  then: rule!CR_APP_CA_PDF_genericRuleForNtb(
    cif_int: ri!cif_int,
    requestId_int: ri!requestId_int,
    duRequestId_int: ri!duRequestId_int
  ),
  equals: cons!CR_CREDIT_ACTION_TYPE_IDS[11],
  then: rule!CR_APP_CA_PDF_genericRuleForContractExtension(
    cif_int: ri!cif_int,
    requestId_int: ri!requestId_int,
    duRequestId_int: ri!duRequestId_int
  ),
  equals: cons!CR_CREDIT_ACTION_TYPE_IDS[12],
  then: rule!CR_APP_CA_PDF_genericRuleForRemedialAndSAMHandoverManagement(
    cif_int: ri!cif_int,
    requestId_int: ri!requestId_int,
    duRequestId_int: ri!duRequestId_int
  ),
  equals: &amp;quot;Conditon 4&amp;quot;,
  then: &amp;quot;Output 4&amp;quot;,
  equals: &amp;quot;Conditon 5&amp;quot;,
  then: &amp;quot;Output 5&amp;quot;,
  equals: &amp;quot;Conditon n&amp;quot;,
  then: &amp;quot;Output n&amp;quot;,
  default: null
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: if else customise</title><link>https://community.appian.com/thread/123588?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2024 11:48:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:73f9093a-c9ad-4729-b144-ee41985fce27</guid><dc:creator>aryan</dc:creator><description>&lt;p&gt;You can consider using a!match() function.&lt;br /&gt;&lt;a href="https://docs.appian.com/suite/help/23.4/fnc_logical_match.html"&gt;Documentation&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>