<?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 Create a new feature service from multiple different feature service layer sources in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/create-a-new-feature-service-from-multiple/m-p/1630665#M65462</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm working with a third party software to integrate our AGO data. They are requesting we find a way to point all required layers to one feature service URL, but the problem is that our data currently isn't set up that way and we don't want to make major organizational changes to how our feature services are currently published.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, the layers they're interested in are published like this in order to keep similar data grouped together:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Feature Service 1&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Layer A&lt;/LI&gt;&lt;LI&gt;Layer B&lt;/LI&gt;&lt;LI&gt;Layer C&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Feature Service 2&lt;UL&gt;&lt;LI&gt;Layer D&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Feature Service 3&lt;UL&gt;&lt;LI&gt;Layer E&lt;/LI&gt;&lt;LI&gt;Layer F&lt;/LI&gt;&lt;LI&gt;Layer G&lt;/LI&gt;&lt;LI&gt;Layer H&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Etc...&lt;/P&gt;&lt;P&gt;Say they are only interested in pulling in Layer A, B, D, and G. They want A, B, D, and G grouped in one feature service with one URL for all 4 layers, but I cannot publish a totally new feature service with these because I want to maintain the data and organization of Feature Services 1, 2, and 3. Is there a way to accomplish this? I looked into saving group layers from the map viewer, but that does not give you a new URL for all combined layers.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jul 2025 14:43:27 GMT</pubDate>
    <dc:creator>marksm_macomb</dc:creator>
    <dc:date>2025-07-07T14:43:27Z</dc:date>
    <item>
      <title>Create a new feature service from multiple different feature service layer sources</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-a-new-feature-service-from-multiple/m-p/1630665#M65462</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm working with a third party software to integrate our AGO data. They are requesting we find a way to point all required layers to one feature service URL, but the problem is that our data currently isn't set up that way and we don't want to make major organizational changes to how our feature services are currently published.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, the layers they're interested in are published like this in order to keep similar data grouped together:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Feature Service 1&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Layer A&lt;/LI&gt;&lt;LI&gt;Layer B&lt;/LI&gt;&lt;LI&gt;Layer C&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Feature Service 2&lt;UL&gt;&lt;LI&gt;Layer D&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Feature Service 3&lt;UL&gt;&lt;LI&gt;Layer E&lt;/LI&gt;&lt;LI&gt;Layer F&lt;/LI&gt;&lt;LI&gt;Layer G&lt;/LI&gt;&lt;LI&gt;Layer H&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Etc...&lt;/P&gt;&lt;P&gt;Say they are only interested in pulling in Layer A, B, D, and G. They want A, B, D, and G grouped in one feature service with one URL for all 4 layers, but I cannot publish a totally new feature service with these because I want to maintain the data and organization of Feature Services 1, 2, and 3. Is there a way to accomplish this? I looked into saving group layers from the map viewer, but that does not give you a new URL for all combined layers.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 14:43:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-a-new-feature-service-from-multiple/m-p/1630665#M65462</guid>
      <dc:creator>marksm_macomb</dc:creator>
      <dc:date>2025-07-07T14:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create a new feature service from multiple different feature service layer sources</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-a-new-feature-service-from-multiple/m-p/1630772#M65466</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/670616"&gt;@marksm_macomb&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I am assuming that the feature services are the same geometry/feature type, in which case you can try the following.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Creating a new blank feature&lt;OL&gt;&lt;LI&gt;Publish a new feature service schema of the other feature services or at least one that can be appended to with a schema that will work for all fields.&lt;/LI&gt;&lt;LI&gt;Append the data from all features to the new feature.&lt;/LI&gt;&lt;LI&gt;Create an attribute rule/python script to automatically make updates to this feature service whenever the other feature services are updated (Optional)&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Schedule a geoprocessing tool&lt;OL&gt;&lt;LI&gt;Run a geoprocessing tool that will combine all of the layers into a single service.&lt;/LI&gt;&lt;LI&gt;Publish the results as a service&lt;/LI&gt;&lt;LI&gt;Schedule a geoprocessing tool to truncate and append the records to the feature service.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Filter and publish the feature service as its own service&lt;OL&gt;&lt;LI&gt;Bring all of the layers into a single map, apply any filters deemed necessary&lt;/LI&gt;&lt;LI&gt;Publish the layers as a service which will ultimately group them accordingly&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;There is some additional information that is missing but I am assuming that these services are hosted. If not, then the other options should work but these options should work for most, if not all, for what you are trying to achieve.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 17:44:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-a-new-feature-service-from-multiple/m-p/1630772#M65466</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2025-07-07T17:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create a new feature service from multiple different feature service layer sources</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-a-new-feature-service-from-multiple/m-p/1631324#M65493</link>
      <description>&lt;P&gt;I think there is a way to make the Group layer work if you don't mind taking some extra steps.&lt;/P&gt;&lt;P&gt;You can save the Group layer as an item like so:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EmilyGeo_0-1752008222339.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/136125iC542240D2800A1DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EmilyGeo_0-1752008222339.png" alt="EmilyGeo_0-1752008222339.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;While this doesn't generate a URL, you could copy the Item ID on the Item details page:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EmilyGeo_4-1752009017942.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/136129i103C9DC902478EC5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EmilyGeo_4-1752009017942.png" alt="EmilyGeo_4-1752009017942.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then share the item ID which folks could use to search for the Group layer in the Browse layer dialogue. Depending on how you are sharing the layer, (Organization, Group, etc) they may have to change that in the drop down&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EmilyGeo_6-1752009086315.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/136131iA05ABF0C7DF61747/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EmilyGeo_6-1752009086315.png" alt="EmilyGeo_6-1752009086315.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 21:12:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-a-new-feature-service-from-multiple/m-p/1631324#M65493</guid>
      <dc:creator>EmilyGeo</dc:creator>
      <dc:date>2025-07-08T21:12:43Z</dc:date>
    </item>
  </channel>
</rss>

