<?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 Re: Field maps - data structure in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279135#M5767</link>
    <description>&lt;P&gt;Thanks for the confirmation that this data structure is the way to go.&lt;/P&gt;&lt;P&gt;I have finished my form in Field Maps but now when I try to submit a test entry on my phone I get:&lt;BR /&gt;"The Form contains unsupported data" - this message is displayed before the form opens - right after I click the "+"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
    <pubDate>Mon, 17 Apr 2023 05:47:43 GMT</pubDate>
    <dc:creator>AlGrant</dc:creator>
    <dc:date>2023-04-17T05:47:43Z</dc:date>
    <item>
      <title>Field maps - data structure</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1278999#M5761</link>
      <description>&lt;P&gt;I am looking to setup a simple form for people to report locations of invasive plants of which there are about 5 types.&lt;/P&gt;&lt;P&gt;It would seem logical to have a dropdown on the form where you select the plant type from options 1-5 and this will put all the data in one table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if then I want to display all locations of plant 1 on a layer - can this be done? Maybe the layer is populate by a select * where type statement?&lt;/P&gt;&lt;P&gt;Is this possible and the best way to set the data up (vs a form for each plant type).&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Al&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2023 00:42:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1278999#M5761</guid>
      <dc:creator>AlGrant</dc:creator>
      <dc:date>2023-04-15T00:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Field maps - data structure</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279000#M5762</link>
      <description>&lt;P&gt;Hi Al,&lt;/P&gt;&lt;P&gt;I'd definitely recommend keeping all of the data in the same table and having a drop down. Where are you aiming to display the data, in a web map in ArcGIS Online? You can set up filtering on a layer within web maps in AGOL, and ArcGIS Dashboards and Web Experience Builder/Web App Builder also have filter tools that would allow a user to query the data in a drop down box as they please.&lt;/P&gt;&lt;P&gt;You may also just want to consider symbolising on the species field so you can easily see which species are where - Field Maps also now allows for the configuration of filtering by specific fields in a layer which would allow your data collectors to see the points for a specific species in the field too.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2023 01:41:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279000#M5762</guid>
      <dc:creator>JoshuaSharp-Heward</dc:creator>
      <dc:date>2023-04-15T01:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Field maps - data structure</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279001#M5763</link>
      <description>&lt;P&gt;Yes, this is possible. What I would recommend is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Setup one table for all species&lt;/LI&gt;&lt;LI&gt;Create the drop-down list using domains. Include an 'other' option, as it's inevitable&lt;/LI&gt;&lt;LI&gt;Add a species_other column. When making the form, make this relevant to the other being chosen. This lets you capture species not in the list under a separate column and you can update the list and tidy up data later&lt;/LI&gt;&lt;LI&gt;Set up the map with this layer, add reference data and finish building the form in Field Maps.&lt;/LI&gt;&lt;LI&gt;In Field Maps web app add a filter to the species list.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This lets users collect the data into one layer and they can also filter by the species by themselves.&lt;/P&gt;&lt;P&gt;If you want to share the results, I would recommend creating another Hosted Feature Layer View. This lets you filter collected data, fields shown and disable editing. Use this to create web apps e.g.&amp;nbsp; a map and then instant apps, dashboards or experience builder. All of these apps have filter and selection widgets.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could add the layer several times to a map and put on filters for each layer, but this is a lot of manual overhead as you need to manage 5 layers vs 1. It'll also cause offline sync issues due to a defect. Can get around that by creating a View for each layer, but again more overhead. Best to just let client apps (field Maps or web apps) filter themselves through widgets, rather than preset multiple layers to toggle on/off.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2023 01:46:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279001#M5763</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2023-04-15T01:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Field maps - data structure</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279002#M5764</link>
      <description>&lt;P&gt;Just to add, for something this simple, all filters and queries can be setup through the UI. No need for SQL statements. More complicated ones can be preconfigured for use at a widget or later view level, but it would be using Arcade, and overkill for this scenario.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2023 01:48:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279002#M5764</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2023-04-15T01:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Field maps - data structure</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279135#M5767</link>
      <description>&lt;P&gt;Thanks for the confirmation that this data structure is the way to go.&lt;/P&gt;&lt;P&gt;I have finished my form in Field Maps but now when I try to submit a test entry on my phone I get:&lt;BR /&gt;"The Form contains unsupported data" - this message is displayed before the form opens - right after I click the "+"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 05:47:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279135#M5767</guid>
      <dc:creator>AlGrant</dc:creator>
      <dc:date>2023-04-17T05:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Field maps - data structure</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279211#M5770</link>
      <description>&lt;P&gt;I agree with the comments and advice provided.&amp;nbsp; Create editable hosted feature layer. Add coded value domain for the species list. During layer creation, do &lt;STRONG&gt;not &lt;/STRONG&gt;select the option to require a value, or to not permit null values (even though it makes sense in purpose, this selection will&amp;nbsp; hang up and or reject your input records,&amp;nbsp; it can be the issue you are having with&amp;nbsp; unsupported data.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Another consideration for your application would be something build in Quick Capture Designer. Quick Capture is a good app to consider for your project, You can link your QuickCapture project to an existing Survey 123 or Field Map.&amp;nbsp; &amp;nbsp;You can hard code the buttons and/or encourage the user to choose "type" by use of a coded value "choice list" which can be made in layer design or when creating choice list.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 12:47:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279211#M5770</guid>
      <dc:creator>ADS</dc:creator>
      <dc:date>2023-04-17T12:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Field maps - data structure</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279495#M5776</link>
      <description>&lt;P&gt;Can you get the logs so we have more detail? Could be something like conflicting domains:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/knowledge-base/error-3079-domain-already-exists-in-collector-for-arcgi-000020922" target="_blank"&gt;https://support.esri.com/en-us/knowledge-base/error-3079-domain-already-exists-in-collector-for-arcgi-000020922&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Need to get more information on your data + the error message from the logs.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 02:12:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279495#M5776</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2023-04-18T02:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Field maps - data structure</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279535#M5777</link>
      <description>&lt;P&gt;Well the plot thickens:&lt;/P&gt;&lt;P&gt;1. Making the map fields non-mandatory didnt help.&lt;/P&gt;&lt;P&gt;2. I realized that in FieldMaps I have two map options (for the same map) one is the offline one, and that offline one is the one where the form has the error "&lt;SPAN&gt;The Form contains unsupported data"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The online map form works ok.&lt;/P&gt;&lt;P&gt;Does that provide a clue?&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Al&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 05:28:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279535#M5777</guid>
      <dc:creator>AlGrant</dc:creator>
      <dc:date>2023-04-18T05:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Field maps - data structure</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279566#M5778</link>
      <description>&lt;P&gt;Two broader possibilities:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The data is not supported offline. Likely not, as this usually causes sync issues over editing.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Your map, form and data are not aligned. E.g. your form references a field or domain value that does not exist. This is more likely.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Getting the logs or sharing your map/data will let us narrow it down faster. Otherwise, speculating:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You have added or removed a domain (list) value from the service, that the form expects&lt;/LI&gt;&lt;LI&gt;You have added or removed a field that the form expects&lt;/LI&gt;&lt;LI&gt;You have a now invalid arcade expression that the form expected&lt;/LI&gt;&lt;LI&gt;You have system fields that are not supported offline.&lt;/LI&gt;&lt;LI&gt;You have a form submitting invalid data. I.e. changed a field from string to integer, null/required fields...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You could try:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Obtaining logs&lt;/LI&gt;&lt;LI&gt;Comparing form fields, choice lists and expressions against the service&lt;/LI&gt;&lt;LI&gt;Checking that system fields&lt;/LI&gt;&lt;LI&gt;Reviewing the service for any unusual fields, specifically system ones like geometry or editor tracking&lt;/LI&gt;&lt;LI&gt;Updating any offline map packages once the form has been reviewed&lt;/LI&gt;&lt;LI&gt;Ensuring you are on the latest field maps release&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 18 Apr 2023 08:39:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279566#M5778</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2023-04-18T08:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Field maps - data structure</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279855#M5780</link>
      <description>&lt;P&gt;Sorry newbie alert here - where do I find these logs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 19:14:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1279855#M5780</guid>
      <dc:creator>AlGrant</dc:creator>
      <dc:date>2023-04-18T19:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Field maps - data structure</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1280019#M5788</link>
      <description>&lt;P&gt;To enable logging, go to the profile in &lt;SPAN class=""&gt;Field Maps&lt;/SPAN&gt;, tap &lt;SPAN class=""&gt;Troubleshooting&lt;/SPAN&gt;, and enable &lt;SPAN class=""&gt;Logging&lt;/SPAN&gt;. Retry the operation that was failing, and the log (visible in the &lt;SPAN class=""&gt;Troubleshooting&lt;/SPAN&gt; section) contains details of the failure. This log can be shared with an administrator.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/193856"&gt;@GlenShepherd&lt;/a&gt;write a great guide here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-field-maps-blog/how-to-export-your-troubleshooting-log-file-from/ba-p/1075530" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-field-maps-blog/how-to-export-your-troubleshooting-log-file-from/ba-p/1075530&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 01:35:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1280019#M5788</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2023-04-19T01:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Field maps - data structure</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1281137#M5809</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/50326"&gt;@AlGrant&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you creating the offline map areas on-demand in the mobile app? or have you pre-packaged an offline map area, using the ArcGIS Field Maps Web Designer?&lt;/P&gt;&lt;P&gt;As mentioned by&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/412943"&gt;@ChristopherCounsell&lt;/a&gt;&amp;nbsp;, it would seem the offline web map might now be misaligned with the schema changes (e.g. domain/choice-list) that have been established.&lt;/P&gt;&lt;P&gt;For troubleshooting purposes, if possible, create a new offline map area (either in the mobile app or through the web designer) and try your editing workflow again.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 02:06:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-data-structure/m-p/1281137#M5809</guid>
      <dc:creator>GlenShepherd</dc:creator>
      <dc:date>2023-04-21T02:06:14Z</dc:date>
    </item>
  </channel>
</rss>

