<?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>RULE INPUTS TOGGLE(PLUS) BUTTON</title><link>https://community.appian.com/discussions/f/general/21050/rule-inputs-toggle-plus-button</link><description>I sometimes find the toggle button(with plus icon) of the rule inputs on the Interface missing. Anyone has an idea as to what is causing this behavior ?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: RULE INPUTS TOGGLE(PLUS) BUTTON</title><link>https://community.appian.com/thread/82036?ContentTypeID=1</link><pubDate>Wed, 26 May 2021 05:17:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40c2884f-df91-4c63-8878-9acb021305bf</guid><dc:creator>olalekana0448</dc:creator><description>&lt;p&gt;Thanks a lot. I think the issue is that I still have to learn more about &amp;bdquo;Using Local Variables&amp;ldquo;. I have to master the logics behind calling or referencing CDT, records , and Interface within &amp;nbsp;local Variables. If u have personal or simplified materials or resource on that, it would be appreciated. Thanks once again&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RULE INPUTS TOGGLE(PLUS) BUTTON</title><link>https://community.appian.com/thread/82033?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 23:39:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e7101fe3-5eb7-42e7-9888-1acf843ff316</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;Are you still seeing an error for the second screenshot you posted? If you are, I&amp;#39;d suggest posting your full code so we can see what you have defined in line 12 (where the error is occurring).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RULE INPUTS TOGGLE(PLUS) BUTTON</title><link>https://community.appian.com/thread/82013?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 14:13:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:555779b6-9eea-4619-87f5-99b8c330f87b</guid><dc:creator>olalekana0448</dc:creator><description>&lt;p&gt;Thanks. Its a learn process. I wanted to reference a CDT field within a LocalVariable&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RULE INPUTS TOGGLE(PLUS) BUTTON</title><link>https://community.appian.com/thread/82012?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 14:10:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8eba5aea-3b14-4de3-b1bb-98a3b0ef8bd6</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;You can&amp;#39;t call a Rule Input in your Rule Inputs (Test Inputs).&amp;nbsp; You must declare a value, either empty set (&amp;quot;{}&amp;quot;) or some query that pulls back a member of that data type.&lt;br /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1621951828704v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RULE INPUTS TOGGLE(PLUS) BUTTON</title><link>https://community.appian.com/thread/82005?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 13:54:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:81743566-6551-4499-a92b-001eef95cb01</guid><dc:creator>olalekana0448</dc:creator><description>&lt;p&gt;This one is CDT but same error message :&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/0511.Capture.PNG" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RULE INPUTS TOGGLE(PLUS) BUTTON</title><link>https://community.appian.com/thread/82001?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 13:38:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e4eb2ba-2ee2-4e94-b00f-6475a37cc5fb</guid><dc:creator>olalekana0448</dc:creator><description>&lt;p&gt;Thanks for the willingness to help. You are correct that it is a record and not a CDT. But i still have error testing. The&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/1185.Capture.PNG" alt=" " /&gt; screenshot is attached. Can u&amp;nbsp; still help pls&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RULE INPUTS TOGGLE(PLUS) BUTTON</title><link>https://community.appian.com/thread/81996?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 13:19:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d544716-5bc6-4655-8970-fd6d9c074c2a</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;This means that your input is&amp;nbsp;likely a record data type instead of a CDT. Records must be indexed using square brackets, like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;ri!shipment[recordType!Shipment.fields.description]&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;See the documentation for more information:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/reference-records.html"&gt;docs.appian.com/.../reference-records.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RULE INPUTS TOGGLE(PLUS) BUTTON</title><link>https://community.appian.com/thread/81994?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 13:18:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a8fd40a7-c7fb-400b-9dca-65feef48c93d</guid><dc:creator>Arun Dubey</dc:creator><description>&lt;p&gt;Can you provide some screenshots of your test&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RULE INPUTS TOGGLE(PLUS) BUTTON</title><link>https://community.appian.com/thread/81991?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 13:11:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f96ed8aa-82ea-4dc8-9177-06cb533e938d</guid><dc:creator>olalekana0448</dc:creator><description>&lt;p&gt;Thanks a lot. It helps a bit but i got another error during testing saying my CDT &amp;quot;&lt;span&gt; can only be indexed into using square brackets or the index function&lt;/span&gt;&lt;span&gt;&amp;quot;. Please do u have an idea on how to solve this issue? Thanks in advance&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RULE INPUTS TOGGLE(PLUS) BUTTON</title><link>https://community.appian.com/thread/81990?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 12:58:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e25bb559-dc07-4a4c-a111-edc1caa51bb9</guid><dc:creator>Arun Dubey</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&amp;nbsp;&lt;span class="user-name"&gt;&lt;a class="internal-link view-user-profile" href="/members/olalekana0001"&gt;olalekana0001&lt;/a&gt;,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="user-name"&gt;It is showing like this because the value of this rule input is null. If you want to toggle button then go to test and call expression rule or provide any value so toggle button will be available.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="user-name"&gt;Thanks,&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>