<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Field Maps Form use input text to search a Table in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/field-maps-form-use-input-text-to-search-a-table/m-p/1333972#M54834</link>
    <description>&lt;P&gt;Hello all, I am new to using Arcade. I have a table of values where one column is "item" and the second column is "price". I would like to use the input text to search the item column letter by letter to eliminate items on the list/avoid spelling errors. I would then like to fill another field with the price based on the item column. What I have so far is:&lt;/P&gt;&lt;P&gt;var disp_text = $feature["Type name"];&lt;/P&gt;&lt;P&gt;if (find("", disp_text, 0)&amp;gt;-1) {&lt;/P&gt;&lt;P&gt;return "item";&lt;/P&gt;&lt;P&gt;else {&lt;/P&gt;&lt;P&gt;return "Input not found!";&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;Thank you in advance for any help you can provide. My understanding is Arcade is based off of JavaScript so I am trying to get my employer to provide JavaScript training.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 01 Oct 2023 04:21:03 GMT</pubDate>
    <dc:creator>JPWillson</dc:creator>
    <dc:date>2023-10-01T04:21:03Z</dc:date>
    <item>
      <title>Field Maps Form use input text to search a Table</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/field-maps-form-use-input-text-to-search-a-table/m-p/1333972#M54834</link>
      <description>&lt;P&gt;Hello all, I am new to using Arcade. I have a table of values where one column is "item" and the second column is "price". I would like to use the input text to search the item column letter by letter to eliminate items on the list/avoid spelling errors. I would then like to fill another field with the price based on the item column. What I have so far is:&lt;/P&gt;&lt;P&gt;var disp_text = $feature["Type name"];&lt;/P&gt;&lt;P&gt;if (find("", disp_text, 0)&amp;gt;-1) {&lt;/P&gt;&lt;P&gt;return "item";&lt;/P&gt;&lt;P&gt;else {&lt;/P&gt;&lt;P&gt;return "Input not found!";&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;Thank you in advance for any help you can provide. My understanding is Arcade is based off of JavaScript so I am trying to get my employer to provide JavaScript training.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2023 04:21:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/field-maps-form-use-input-text-to-search-a-table/m-p/1333972#M54834</guid>
      <dc:creator>JPWillson</dc:creator>
      <dc:date>2023-10-01T04:21:03Z</dc:date>
    </item>
  </channel>
</rss>

