<?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: Copy attributes from polygon to point not allowed? in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1214613#M4560</link>
    <description>&lt;P&gt;You can use URL to create new features no problem, it is not just for related tables we just use it for that a lot.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the Arcade side you would have the popup of the point do a look up into the polygon layer using Intersects.&amp;nbsp; Not the other way around.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2022 14:12:25 GMT</pubDate>
    <dc:creator>DougBrowning</dc:creator>
    <dc:date>2022-09-21T14:12:25Z</dc:date>
    <item>
      <title>Copy attributes from polygon to point not allowed?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1212698#M4492</link>
      <description>&lt;P&gt;I'm putting together a solution that apparently won't work for "Copy attributes", and I noticed your documentation doesn't seem to exactly match the copy attributes behavior in Field Maps.&lt;/P&gt;&lt;P&gt;I'd really like to copy attributes (in identically named fields)&amp;nbsp;from a polygon layer to the target GPS point layer. It's not displaying the "Copy attributes" option when I select a polygon, but it does for a point layer in the same feature service. This is really unfortunate. Based on what I read below, it sounded like you can do anything across layers if you only want attributes copied: "The types you can choose are limited to those of the same geometry type."&lt;/P&gt;&lt;P&gt;Under Feature Actions, I have "Copy attributes" selected for the type.&lt;/P&gt;&lt;P&gt;I would think the documentation might as well say geometry &lt;STRONG&gt;must&lt;/STRONG&gt; &lt;STRONG&gt;match&lt;/STRONG&gt; for copy attributes to be enabled at all, or is there possibly some fix to make this work? I wish there was a way in Field Maps to programmatically copy attributes from a point based on the selected containing polygon. I have one parcel centroid point per polygon. Do I have any other options to make polygon to point work? The idea was to allow users to select a polygon feature for copying instead of the centroid point.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;Depending on the&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/field-maps/android/help/configure-the-map.htm#ESRI_SECTION2_DE55A4A3B361404AA568EA0B378AED3A" target="_blank" rel="noopener"&gt;copy settings configured in the&amp;nbsp;&lt;SPAN class=""&gt;Field Maps&lt;/SPAN&gt;&amp;nbsp;web app&lt;/A&gt;, you can choose from the following options:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN class=""&gt;Copy attributes&lt;/SPAN&gt;—Copy the feature's attributes to a new feature.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN class=""&gt;Copy shape&lt;/SPAN&gt;—Copy the feature's shape to a new feature.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN class=""&gt;Copy all&lt;/SPAN&gt;—Copy the feature's attributes and shape to a new feature.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;Choose the type of asset or observation to capture.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;The types you can choose are limited to those of the same geometry type (for example, length or area) as the feature you are copying.&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Sep 2022 21:44:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1212698#M4492</guid>
      <dc:creator>Andy_Morgan</dc:creator>
      <dc:date>2022-09-14T21:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Copy attributes from polygon to point not allowed?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1212732#M4500</link>
      <description>&lt;P&gt;I would look into using URL parameters for this.&amp;nbsp; We do this to pass fields from Field Maps to 123 all the time.&amp;nbsp; I am not positive it would work inside Field Maps but I think it may.&lt;/P&gt;&lt;P&gt;Read up here&amp;nbsp;&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/field-maps/android/help/deploy-your-map.htm" target="_blank"&gt;https://doc.arcgis.com/en/field-maps/android/help/deploy-your-map.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A relate will only copy the one key and not several fields.&amp;nbsp; You could leave the rest of the fields off and use the relate also.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 22:39:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1212732#M4500</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-09-14T22:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Copy attributes from polygon to point not allowed?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1212969#M4505</link>
      <description>&lt;P&gt;I am not familiar with the 'Copy attributes' option, but this sounds like a good use for Arcade. Check out this blog post here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/common-calculated-expressions-for-arcgis-field-maps/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/common-calculated-expressions-for-arcgis-field-maps/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The first example sounds exactly like your use case.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 15:13:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1212969#M4505</guid>
      <dc:creator>ZakBaron</dc:creator>
      <dc:date>2022-09-15T15:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Copy attributes from polygon to point not allowed?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1213704#M4522</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16421"&gt;@DougBrowning&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/591016"&gt;@ZakBaron&lt;/a&gt;&amp;nbsp;for offering ideas. Perhaps I missed something, but neither of those seems to offer a workaround for my exact need of selecting a polygon, using the selected polygon to then select the centroid point, and then copy attributes from the centroid point to the GPS feature being collected.&lt;/P&gt;&lt;P&gt;URL parameters and relates are more for adding related features. Arcade solutions are for intersecting/containing polygons for wherever you're collecting a GPS feature, not what you clicked to manually select as the intended reference polygon to use for GPS point attributes. I cannot be guaranteed the GPS point will always be &lt;EM&gt;inside&lt;/EM&gt; a polygon. It might be a few feet outside, and then the rule wouldn't apply. The user would have no direct control over which feature was used for copying attributes.&lt;/P&gt;&lt;P&gt;I'll keep exploring. I just wish "Copy attributes" would apply across any two geometry types (point to polygon, polygon to line, polygon to point, etc.). I realize you can press down on a field to manually copy a single attribute and the manually paste it into a field in the new point, but I'm designing a solution for 50-100 thousand points over 2 years. I need the field workers to not have to do something tedious like all these steps every time. Using the "Copy attributes" button is by far the fastest and most foolproof method.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 03:01:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1213704#M4522</guid>
      <dc:creator>Andy_Morgan</dc:creator>
      <dc:date>2022-09-19T03:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Copy attributes from polygon to point not allowed?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1214613#M4560</link>
      <description>&lt;P&gt;You can use URL to create new features no problem, it is not just for related tables we just use it for that a lot.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the Arcade side you would have the popup of the point do a look up into the polygon layer using Intersects.&amp;nbsp; Not the other way around.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 14:12:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1214613#M4560</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-09-21T14:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Copy attributes from polygon to point not allowed?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1214621#M4561</link>
      <description>&lt;P&gt;Absolutely no pressure to keep going with this conversation, but just to clarify the desired starting point for copying attributes is the user clicks on a &lt;STRONG&gt;parcel boundary&lt;/STRONG&gt; (polygon) to indicate which feature they want to use for transferring the many field values we need in the new GPS point.&lt;/P&gt;&lt;P&gt;Polygon attributes -&amp;gt; GPS point using "Copy attributes" isn't possible out of the box in Field Maps.&lt;/P&gt;&lt;P&gt;I'm not following when you say "you'd have the popup of the point...". The goal is to &lt;EM&gt;not&lt;/EM&gt; be clicking on a parcel centroid point like I have it now. I'd like them to click on parcel boundary polygons and exclude the centroid points layer entirely. They will clutter the map, since I have a separate meter point layer that will be used as well. Our field staff likely prefers to click on polygons instead of finding the appropriate point in the center. The problem is that the point to be collected by GPS isn't always inside the polygon.&lt;/P&gt;&lt;P&gt;Regardless of whether there is anything else to add, any input is much appreciated!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FieldMaps_example_parcel_boundary_small.jpg" style="width: 300px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/51751iB10BC05C68A36334/image-size/large?v=v2&amp;amp;px=999" role="button" title="FieldMaps_example_parcel_boundary_small.jpg" alt="FieldMaps_example_parcel_boundary_small.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 14:39:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1214621#M4561</guid>
      <dc:creator>Andy_Morgan</dc:creator>
      <dc:date>2022-09-21T14:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Copy attributes from polygon to point not allowed?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1214634#M4563</link>
      <description>&lt;P&gt;In the popup for the polygon just use a URL to create a feature.&amp;nbsp; Then you can pass all the attributes you want from that polygon to the new feature.&amp;nbsp; Just give it a shot its pretty easy to setup.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 14:57:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1214634#M4563</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-09-21T14:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Copy attributes from polygon to point not allowed?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1215765#M4583</link>
      <description>&lt;P&gt;I really do want to follow you, but again I'm not clear. It's not that I don't understand how to write code, it's that I don't understand how to implement what I &lt;EM&gt;think&lt;/EM&gt; you're suggesting: to generate a custom URL in a field value that'll display within the polygon popup...and the click event for this URL will somehow trigger a function to send all the selected polygon attribute values to the new GPS feature ($feature) through Arcade.&lt;/P&gt;&lt;P&gt;That's a giant stretch from what I thought was even possible in an AGO web map + Arcade. Is this something people are already doing with examples, or something you &lt;EM&gt;suspect&lt;/EM&gt; is possible but haven't actually done yourself? Just wanted to be clear. It may seem quick and easy , but that's because you already know how to do it. There are at least two steps in this workflow for which I'm not able to find ESRI documentation, so it's not obvious to me yet.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 21:51:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1215765#M4583</guid>
      <dc:creator>Andy_Morgan</dc:creator>
      <dc:date>2022-09-23T21:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Copy attributes from polygon to point not allowed?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1215784#M4586</link>
      <description>&lt;P&gt;Yes I have like 30 of them using for 5 years now.&amp;nbsp; Here is a gif I have form a demo.&amp;nbsp; Sorry not sure the confusion this is pretty much SOP for a lot of folks.&lt;/P&gt;&lt;P&gt;This is going from Field Maps to 123 but its the same concept.&amp;nbsp; This one here you can launch 10 different forms and each one sends diff info.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Launch From Collctor tablet.gif" style="width: 590px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/52086i40DB57DC86D7E3CB/image-dimensions/590x385?v=v2" width="590" height="385" role="button" title="Launch From Collctor tablet.gif" alt="Launch From Collctor tablet.gif" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;P&gt;URL here is&amp;nbsp;&amp;nbsp;arcgis-survey123://?itemID=6df2d78c25914668a7ad59d4cb090832&amp;amp;field:LOCAL_ID={LOCAL_ID}&amp;amp;field:FormID={FormID}&amp;amp;field:ADMIN_ST={AdminState}&amp;amp;callback=&lt;A href="https://fieldmaps.arcgis.app" target="_blank"&gt;https://fieldmaps.arcgis.app&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This one is 123 to Field Maps.&lt;/P&gt;&lt;P&gt;this URL is&lt;/P&gt;&lt;P&gt;&amp;lt;a href="&lt;A href="https://fieldmaps.arcgis.app?itemID=bd19bf20c2c6430b8530940cb22dc21a&amp;amp;referenceContext=addFeature&amp;amp;featureSourceURL=https://services1.arcgis.com/Hp6G80Pky0om7QvQ/arcgis/rest/services/PFC2022TrainingService/FeatureServer/0&amp;amp;featureAttributes=%7B%22LOCAL_ID%22:%22${LOCAL_ID}%22,%22AdminState%22:%22${ADMIN_ST}%22,%22FormID%22:%22${FormID}%22%7D&amp;amp;callback=https://survey123.arcgis.app" target="_blank"&gt;https://fieldmaps.arcgis.app?itemID=bd19bf20c2c6430b8530940cb22dc21a&amp;amp;referenceContext=addFeature&amp;amp;featureSourceURL=https://services1.arcgis.com/Hp6G80Pky0om7QvQ/arcgis/rest/services/PFC2022TrainingService/FeatureServer/0&amp;amp;featureAttributes=%7B%22LOCAL_ID%22:%22${LOCAL_ID}%22,%22AdminState%22:%22${ADMIN_ST}%22,%22FormID%22:%22${FormID}%22%7D&amp;amp;callback=https://survey123.arcgis.app&lt;/A&gt;"&amp;gt;Add a Point to Field Maps&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="123 to FM launch.gif" style="width: 612px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/52089iC23D098768A45470/image-dimensions/612x393?v=v2" width="612" height="393" role="button" title="123 to FM launch.gif" alt="123 to FM launch.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cant find a example of being all inside fields maps but I think I have seen it.&amp;nbsp; I do think the harder part is creating the URL with Arcade vs hardcoding.&amp;nbsp; But just get the URL looking right form these examples.&lt;/P&gt;&lt;P&gt;I thought there was a blog but cant find it.&amp;nbsp; See all these posts.&amp;nbsp; Just search the forum really.&lt;/P&gt;&lt;P&gt;Most of these are people having issues but it should help.&amp;nbsp; Not sure how many fields you need to send over but we tend to just send ID since the info is in the other layer.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/trying-to-open-existing-record-in-survey123-using/td-p/1142074" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-questions/trying-to-open-existing-record-in-survey123-using/td-p/1142074&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-field-maps-blog/callback-urls-how-do-i-get-this-thing-to-actually/ba-p/1214496" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-field-maps-blog/callback-urls-how-do-i-get-this-thing-to-actually/ba-p/1214496&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-field-maps-questions/custom-survey123-url-with-field-maps-callback/m-p/1139338" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-field-maps-questions/custom-survey123-url-with-field-maps-callback/m-p/1139338&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-field-maps-questions/amp-character-in-field-name-breaking-url/m-p/1179712" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-field-maps-questions/amp-character-in-field-name-breaking-url/m-p/1179712&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 22:59:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1215784#M4586</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-09-23T22:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Copy attributes from polygon to point not allowed?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1216311#M4593</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16421"&gt;@DougBrowning&lt;/a&gt; for staying with me and offering more explanation and links.&amp;nbsp;After some experimenting I see it's possible to get attributes transferred over. I never would have thought you can do a loop within Field Maps to call it with a URL from the popup. I don't like how you have to click the target GPS layer again when it reloads, but I saw in a separate thread ESRI did it by design for layer templates. I suppose this type of solution is better for what I need and more customizable all around.&lt;/P&gt;&lt;P&gt;Certainly not an obvious workaround, and unfortunately a lot of effort that could have been avoided if attributes could simply be copied across various geometry types.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 21:36:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1216311#M4593</guid>
      <dc:creator>Andy_Morgan</dc:creator>
      <dc:date>2022-09-26T21:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Copy attributes from polygon to point not allowed?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1216328#M4594</link>
      <description>&lt;P&gt;Thanks for posting that it works.&amp;nbsp; I was not sure it would work inside Field Maps either.&amp;nbsp; I asked Esri on why it askes twice also and I forget the reason.&amp;nbsp; You may have seen my post on that.&lt;/P&gt;&lt;P&gt;At least you got something that works now.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 22:58:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/copy-attributes-from-polygon-to-point-not-allowed/m-p/1216328#M4594</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-09-26T22:58:21Z</dc:date>
    </item>
  </channel>
</rss>

