<?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 input Doubt in interface</title><link>https://community.appian.com/discussions/f/general/22466/rule-input-doubt-in-interface</link><description>is it possible display check box as marked when we pass values from test interface</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: rule input Doubt in interface</title><link>https://community.appian.com/thread/87815?ContentTypeID=1</link><pubDate>Wed, 10 Nov 2021 08:29:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7c809dc3-db00-475b-b52d-6ffa1a109d9f</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Please check this tutorial:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/21.3/Grid_Tutorial.html#configure-selection-values"&gt;https://docs.appian.com/suite/help/21.3/Grid_Tutorial.html#configure-selection-values&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The blue box says:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The grid is actually smart enough to use a single selection variable for both the selection index and the row data when you embed a query that returns a primary key, as the query will create a datasubset with the primary key as the identifiers. You can test it out by setting the Selection Value to local!selectedEmployees.id. If you only pass the data, the grid won&amp;#39;t know which field is the primary key, so you&amp;#39;ll need to create a second variable for the selection index; we show the two-variable method in this tutorial because it works in both cases.&lt;/p&gt;
&lt;p&gt;I think you will need to check which values are saved by the grid to your local on selection.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: rule input Doubt in interface</title><link>https://community.appian.com/thread/87814?ContentTypeID=1</link><pubDate>Wed, 10 Nov 2021 08:19:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e10b0e1e-47e0-4262-a3b5-21707067a990</guid><dc:creator>KM</dc:creator><description>&lt;p&gt;rule input and the interface&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1636532140360v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;the code i have written&amp;nbsp;&lt;/p&gt;
&lt;p style="text-align:left;"&gt;selectionSaveInto: {&lt;br /&gt; a!save(&lt;br /&gt; local!selectedid_int,&lt;br /&gt; rule!APN_distinct(&lt;br /&gt; a!flatten(&lt;br /&gt; save!value&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt; ),&lt;br /&gt; a!save(&lt;br /&gt; ri!selectedLimitIds_txt,&lt;br /&gt; index(&lt;br /&gt; ri!crAppLimit.limitId_txt,&lt;br /&gt; local!selectedid_int,&lt;br /&gt; {}&lt;br /&gt; )&lt;br /&gt; )&lt;/p&gt;
&lt;p style="text-align:left;"&gt;this is how am passing values to check&amp;nbsp;&lt;/p&gt;
&lt;p style="text-align:left;"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1636532326186v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: rule input Doubt in interface</title><link>https://community.appian.com/thread/87813?ContentTypeID=1</link><pubDate>Wed, 10 Nov 2021 08:11:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:42b9ae80-90a5-4694-b7a2-29f083dabe20</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;That should just work. Do you have a screenshot for me? I would need to see the code of the check box, rule input type and the values passed for testing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: rule input Doubt in interface</title><link>https://community.appian.com/thread/87812?ContentTypeID=1</link><pubDate>Wed, 10 Nov 2021 08:07:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:20b207a0-da1a-4e18-9dc0-5296a368d3ab</guid><dc:creator>KM</dc:creator><description>&lt;p&gt;was testing my interface... whenever i select checkbox those values are storing in rule input.... but when i was verifying with the test inputs interface, passing values to select but check box were not marked as checked/selected&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: rule input Doubt in interface</title><link>https://community.appian.com/thread/87811?ContentTypeID=1</link><pubDate>Wed, 10 Nov 2021 08:01:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3102b71e-7ab6-49af-9f6e-828548cbe3ac</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Sure, but what is your concrete question?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://codeblog.jonskeet.uk/2012/11/24/stack-overflow-question-checklist/"&gt;codeblog.jonskeet.uk/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>