<?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>linking with interface</title><link>https://community.appian.com/discussions/f/integrations/25683/linking-with-interface</link><description>in interface read only grid i just want one city name and area name what configuration i need to do</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: linking with interface</title><link>https://community.appian.com/thread/100429?ContentTypeID=1</link><pubDate>Fri, 02 Sep 2022 06:37:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:29c9f958-364a-4447-bfb9-58329adc2452</guid><dc:creator>deepakg681722</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!result: index(
    a!flatten(
      index(
        a!fromJson(
          index(
            index(
              rule!INT_currencyConverter(110001),
              &amp;quot;result&amp;quot;,
              {}
            ),
            &amp;quot;body&amp;quot;,
            {}
          )
        ),
        &amp;quot;PostOffice&amp;quot;,
        {}
      )
    ),
    1,
    {}
  ),
  a!gridField(
    data: local!result,
    columns: {
      a!gridColumn(label: &amp;quot;Name&amp;quot;, value: fv!row.State),
      a!gridColumn(label: &amp;quot;Area&amp;quot;, value: fv!row.Name)
    }
  )
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Let me rephrase your question.&lt;/p&gt;
&lt;p&gt;You are getting multiple result from the integration for example 5 rows. Now, you want to show only 1 rows which is at index 1 into the grid instead of all the 5 rows. Correct? if yes, then into the data configuration on your gridField use&amp;nbsp;index(local!result,&amp;nbsp;1, {}).&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: linking with interface</title><link>https://community.appian.com/thread/100428?ContentTypeID=1</link><pubDate>Fri, 02 Sep 2022 06:35:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c52aef8d-a9b2-4c0b-ba84-ebfe11b4bb42</guid><dc:creator>lokeshp047058</dc:creator><description>&lt;p&gt;I want state and area name from integration object which is at index 1. So in interface i have used read&amp;nbsp;&lt;/p&gt;
&lt;p&gt;only grid in that i use coloum and in display value i have done fv!row.name so it is give me all name i just want-&amp;nbsp;&lt;/p&gt;
&lt;p&gt;first name which is at index one how can i do this plz help me&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: linking with interface</title><link>https://community.appian.com/thread/100427?ContentTypeID=1</link><pubDate>Fri, 02 Sep 2022 06:24:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c650712a-4ead-46a3-84c6-c3892e83dab0</guid><dc:creator>deepakg681722</dc:creator><description>&lt;p&gt;Then you can use index function. For example: index(local!result,1,{}). It will return the data at first index,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: linking with interface</title><link>https://community.appian.com/thread/100426?ContentTypeID=1</link><pubDate>Fri, 02 Sep 2022 06:23:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6874762-28eb-43c0-84e0-f242022ae38f</guid><dc:creator>lokeshp047058</dc:creator><description>&lt;p&gt;i just want one row of state and area name so that means i just want to fetch only the detail with is at first index in integration object&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: linking with interface</title><link>https://community.appian.com/thread/100425?ContentTypeID=1</link><pubDate>Fri, 02 Sep 2022 06:20:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b137dcc1-784d-4cf2-8d91-26839b36d830</guid><dc:creator>deepakg681722</dc:creator><description>&lt;p&gt;One city Name and area name mean? Combination of both should be unique?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>