<?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 Templates Unexpectedly Linked After Duplication in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-templates-unexpectedly-linked-after/m-p/1682517#M12278</link>
    <description>&lt;P&gt;Why would templates be applied universally? Layer templates are meant to curate data input, but not every instance of a layer is necessarily meant to receive data according to that specific template. (Quick example: The template I would configure for field staff deploying assets could look different than a template I would set on the same layer where staff schedule those deployed assets for maintenance).&lt;/P&gt;&lt;P&gt;A view layer and a duplicate made directly in a web map reference the same source data don't they? What difference allows a view to maintain an individual template versus a duplicate created directly in a web map?&amp;nbsp; How would your suggestion to implement views scale? If I need to display a web map in 60 different configurations, would I eat up a bunch of credits storing as many view layers?&lt;/P&gt;</description>
    <pubDate>Thu, 05 Feb 2026 20:01:59 GMT</pubDate>
    <dc:creator>g_maps</dc:creator>
    <dc:date>2026-02-05T20:01:59Z</dc:date>
    <item>
      <title>Field Maps Templates Unexpectedly Linked After Duplication</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-templates-unexpectedly-linked-after/m-p/1585799#M10428</link>
      <description>&lt;DIV class=""&gt;&lt;P&gt;Hi! I am having a weird issue with two Field Maps, one of which I created by duplicating the other. The only major difference between them is the geographic region: one is for an island, and one is for the mainland.&lt;/P&gt;&lt;P&gt;To ensure the island Field Map didn’t show mainland points, I applied a filter based on a field (Area) that specifies the location. To simplify the workflow for users, I created a template in each Field Map so that new points would automatically be assigned either "island" or "mainland" in the Area field. This worked perfectly fine.&lt;/P&gt;&lt;P&gt;However, today I noticed that one of the Field Maps was showing template options from the other. When I modified the template in one map, the changes also appeared in the other. It turns out that the templates are somehow linked—any change I make in one Field Map is automatically reflected in the other (see video below). I tested this by duplicating other maps, and their templates are also linked.&lt;/P&gt;&lt;BR /&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;My questions:&lt;/DIV&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;Why are the templates linked between duplicated Field Maps?&lt;/LI&gt;&lt;LI&gt;Was there an update that introduced this behavior?&lt;/LI&gt;&lt;LI&gt;How can I separate the templates so they remain independent?&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks!&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Side note: The only reason I duplicated the Field Map was to avoid manually recreating a complex form with linked tables, as it contains many fields and pop-ups that would take a long time to reconfigure. Because of this, I was forced to work with the same hosted feature layer for both maps. Ideally, I would prefer to have a separate layer for each region without losing the form configuration. If anyone has a solution for that, I’d love to hear it!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 15 Feb 2025 15:27:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-templates-unexpectedly-linked-after/m-p/1585799#M10428</guid>
      <dc:creator>NoeliaVolpe</dc:creator>
      <dc:date>2025-02-15T15:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Templates Unexpectedly Linked After Duplication</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-templates-unexpectedly-linked-after/m-p/1585820#M10429</link>
      <description>&lt;P&gt;i think your feature templates exist at the Hosted Feature Layer level.&amp;nbsp; I've not done much with Field Maps but it seems the Templates tab is just another way to access and edit them.&lt;BR /&gt;&lt;BR /&gt;maybe you could create 2 Hosted Feature layer views for Island and Mainland and have different templates for each, but I've not tested that to see if possible.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2025 21:19:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-templates-unexpectedly-linked-after/m-p/1585820#M10429</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2025-02-15T21:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Templates Unexpectedly Linked After Duplication</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-templates-unexpectedly-linked-after/m-p/1587886#M10463</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/358532"&gt;@NoeliaVolpe&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/167692"&gt;@DavidPike&lt;/a&gt;, create two views from the hosted feature layer, one for mainland and one for the island. You can then alter the templates of the views separately.&lt;/P&gt;&lt;P&gt;Using the ArcGIS API for Python, I export my forms to a JSON template, I can then reapply these across multiple maps where the same layer/schema exists, saving the need to re-do complex and lengthy forms over and over again.&lt;/P&gt;&lt;P&gt;You could probably achieve similar with AGO Assistant, grab the form definition from one WebMap and apply to another.&lt;/P&gt;&lt;P&gt;Here's the Python to export to a JSON template&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.gis import GIS
import json

agol = GIS("home")

wm_item = agol.content.get("WM_ITEM_ID")

wm_item_data = wm_item.get_data()

form_output_fldr = r"C:\Path\to\where\forms\stored"

layer_name = "INSERT LAYER NAME AS APPEARS IN THE WEBMAP"

## if you want to export for a table change operationalLayers to tables
for lyr in wm_item_data["operationalLayers"]:

    try:
        form_output_file = f"{form_output_fldr}\\{lyr['title']}.json"

        form_def = lyr["formInfo"]

        with open(form_output_file, 'w', encoding='utf-8') as f:
            json.dump(form_def, f, ensure_ascii=False, indent=4)
    except KeyError:
        print(f"No form for {lyr['title']}")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the Python code to insert into another WebMap&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.gis import GIS
import json

agol = GIS("home")

wm_item = agol.content.get("WM_ITEM_ID")

wm_item_data = wm_item.get_data()

json_definition_file = r"Path\to\JSON\definition\for\form"

layer_name = "INSERT LAYER NAME AS APPEARS IN THE WEBMAP"

try:
    ## if you want to import for a table change operationalLayers to tables
    for lyr in wm_item_data["operationalLayers"]:
        if lyr["title"] in layer_names:
            with open(json_definition_file) as json_def:
                form_def = json.load(json_def)
                lyr["formInfo"] = form_def

except FileNotFoundError:
    print(f"No form file for {lyr['title']}")

item_properties = {"text":wm_item_data}
wm_item.update(item_properties=item_properties)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Always test the workflow before applying to a live WebMap and make sure to backup or copy to avoid disappointment&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Glen&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 10:14:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-templates-unexpectedly-linked-after/m-p/1587886#M10463</guid>
      <dc:creator>Clubdebambos</dc:creator>
      <dc:date>2025-02-21T10:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Templates Unexpectedly Linked After Duplication</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-templates-unexpectedly-linked-after/m-p/1682501#M12276</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/358532"&gt;@NoeliaVolpe&lt;/a&gt;&amp;nbsp;I am having the same issue... my layer templates were separated and worked appropriately but now they are linked across multiple maps. Were you ever able to figure out a workaround or the cause?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 19:36:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-templates-unexpectedly-linked-after/m-p/1682501#M12276</guid>
      <dc:creator>g_maps</dc:creator>
      <dc:date>2026-02-05T19:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Templates Unexpectedly Linked After Duplication</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-templates-unexpectedly-linked-after/m-p/1682517#M12278</link>
      <description>&lt;P&gt;Why would templates be applied universally? Layer templates are meant to curate data input, but not every instance of a layer is necessarily meant to receive data according to that specific template. (Quick example: The template I would configure for field staff deploying assets could look different than a template I would set on the same layer where staff schedule those deployed assets for maintenance).&lt;/P&gt;&lt;P&gt;A view layer and a duplicate made directly in a web map reference the same source data don't they? What difference allows a view to maintain an individual template versus a duplicate created directly in a web map?&amp;nbsp; How would your suggestion to implement views scale? If I need to display a web map in 60 different configurations, would I eat up a bunch of credits storing as many view layers?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 20:01:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-templates-unexpectedly-linked-after/m-p/1682517#M12278</guid>
      <dc:creator>g_maps</dc:creator>
      <dc:date>2026-02-05T20:01:59Z</dc:date>
    </item>
  </channel>
</rss>

