<?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: Custom Editor widget to copy/paste geometry between feature services? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504523#M46846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amber, I did this just recently. I can reach out to you tomorrow with a sample of how this can be done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2018 00:45:15 GMT</pubDate>
    <dc:creator>AhnaMiller2</dc:creator>
    <dc:date>2018-12-12T00:45:15Z</dc:date>
    <item>
      <title>Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504514#M46837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DOES IT EXIST&lt;/P&gt;&lt;P&gt;Has anyone already developed a custom Editor widget that includes functionality (GUI tools) to select one or more features (geometries) from one map/feature service and paste it into another feature service? For example, I don't want users to digitize polygon boundaries if those boundaries are available from another hosted service. Preferably the widget could be used with Web AppBuilder. Ideally, attributes would also copy over provided the field names/types are identical.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF NOT, WHY NOT&lt;/P&gt;&lt;P&gt;This seems like functionality that would be in high demand, but it doesn't already exist in the Web AppBuilder Editor widget - so what are the limitations/constraints to including this kind of functionality? I've read several older posts for people customizing this functionality, and the API4JS docs seem to indicate that it's doable via cloning. Is it too difficult to allow configuration with template pickers, graphics and/or event layers, projection problems, client memory limits, read permissions limits, or something else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 16:32:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504514#M46837</guid>
      <dc:creator>CoryCampbell1</dc:creator>
      <dc:date>2016-03-18T16:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504515#M46838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone gotten back to you? I have the same need and similar thoughts on this topic!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 19:03:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504515#M46838</guid>
      <dc:creator>StephNelson1</dc:creator>
      <dc:date>2017-06-08T19:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504516#M46839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have the same need and we have come up with a workaround using the GeoProcessing widget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a GP tool (based on a python script) which takes a user selected polygon feature as input and copies the feature to another feature class (in our case the&amp;nbsp;feature class is in an enterprise GDB&amp;nbsp;underpinning another&amp;nbsp;WFS in the same webapp).&lt;/P&gt;&lt;P&gt;Publish the GP tool and set up the GeoProcessing widget within the webapp.&lt;/P&gt;&lt;P&gt;Within WAB (at v2.4 - not sure about earlier versions) when you&amp;nbsp;click a polygon feature&amp;nbsp;and then click the three dots at the bottom&amp;nbsp;right of the pop-up you get a menu option to set it as the input to the GeoProcessing widget task.&lt;/P&gt;&lt;P&gt;It's not pretty but it works for us internally. Not sure if it would be as easy in ArcGIS Online.&lt;/P&gt;&lt;P&gt;You can handle the attributes copying over in the Python script or having the user enter them in the widget dialogue.&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/369203_AreaCopy.jpg" style="width: 620px; height: 528px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree that a simple copy-paste of a feature/geometry (like you can do in Desktop) is highly desirable!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 17:21:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504516#M46839</guid>
      <dc:creator>GordonTyler</dc:creator>
      <dc:date>2017-08-30T17:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504517#M46840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gordon,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;GP tool from a python script sounds like a good work around in the meantime to this issue.I am working on something similar but instead of pasting into a different feature class, it will be pasting into the same feature class. &amp;nbsp;Any chance you are able to share your code to work off of?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 17:58:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504517#M46840</guid>
      <dc:creator>AhnaMiller2</dc:creator>
      <dc:date>2017-09-07T17:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504518#M46841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ahna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure, here is a cut down version which shows what my script does in simple terms. It should work for features in the same feature class.&amp;nbsp;It includes the edits made ('esri added') when the tool is published.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;import sys, os, arcpy

# Esri start of added variables
g_ESRI_variable_1 = os.path.join(arcpy.env.packageWorkspace,u'\\\\&amp;lt;server&amp;gt;\\arcgissystem\\arcgisinput\\&amp;lt;tool&amp;gt;.GPServer\\extracted\\v101\\&amp;lt;connection&amp;gt;.sde')
# Esri end of added variables

#input variables
featSet = arcpy.GetParameter(0) #feature selected within app to be copied
Attribute1 = sys.argv[2] #user entered attribute value if needed

OutputWS = g_ESRI_variable_1
OutputFeatures = os.path.join(OutputWS, "&amp;lt;OUtput Feature Class&amp;gt;")

sr = arcpy.SpatialReference(27700) #spatial ref for geometry

sc = arcpy.SearchCursor(featSet,"",sr,"","")
rowIn = sc.next() # this script assumes only a single feature is being copied

#write the feature to the output
rowsOut = arcpy.InsertCursor(OutputFeatures)
rowOut = rowsOut.newRow()

#Copy geometry
rowOut.setValue("SHAPE", rowIn.getValue("SHAPE"))

#Copy attributes
rowOut.setValue("ATTRIBUTE", rowIn.getValue("ATTRIBUTE"))

#User entered attributes for new feature if needed
rowOut.setValue("ATTRIBUTE1", Attribute1)
rowsOut.insertRow(rowOut)

del rowsOut
del sc&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:07:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504518#M46841</guid>
      <dc:creator>GordonTyler</dc:creator>
      <dc:date>2021-12-11T22:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504519#M46842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you SO much Gordon!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 15:12:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504519#M46842</guid>
      <dc:creator>AhnaMiller2</dc:creator>
      <dc:date>2017-09-08T15:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504520#M46843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gordon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wondering if you still have the original py script for the GP tool you created and would be willing to hare? My organisation also needs to copy polygons (parcels in this instance) and paste into a separate existing layer all from within Web App Builder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be great!&lt;/P&gt;&lt;P&gt;Amber&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2018 02:42:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504520#M46843</guid>
      <dc:creator>AmberKelly</dc:creator>
      <dc:date>2018-12-10T02:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504521#M46844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amber,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script shared above in my earlier reply is the same as my original except with attribute names replaced and server names taken out. I can't share the original unfortunately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a specific bit you're having trouble with?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2018 17:00:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504521#M46844</guid>
      <dc:creator>GordonTyler</dc:creator>
      <dc:date>2018-12-11T17:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504522#M46845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gordon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must have misunderstood the original post, I thought you had originally created a script to copy from one feature class and paste into a different editable feature class but the one you have uploaded is for copying from and pasting into the same feature class. Does this script cover both of these scenarios? I am very much in the learning phase in regards to Python so apologies for my ignorance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Amber&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2018 22:49:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504522#M46845</guid>
      <dc:creator>AmberKelly</dc:creator>
      <dc:date>2018-12-11T22:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504523#M46846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amber, I did this just recently. I can reach out to you tomorrow with a sample of how this can be done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2018 00:45:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504523#M46846</guid>
      <dc:creator>AhnaMiller2</dc:creator>
      <dc:date>2018-12-12T00:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504524#M46847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ahna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would be great! Thank you kindly ☺&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Amber&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2018 01:38:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504524#M46847</guid>
      <dc:creator>AmberKelly</dc:creator>
      <dc:date>2018-12-12T01:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504525#M46848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See commented script sample attached. Let me know if you have any questions!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2018 16:54:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504525#M46848</guid>
      <dc:creator>AhnaMiller2</dc:creator>
      <dc:date>2018-12-12T16:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504526#M46849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ahna, Ill get tinkering!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2018 22:52:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504526#M46849</guid>
      <dc:creator>AmberKelly</dc:creator>
      <dc:date>2018-12-13T22:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504527#M46850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amber,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the misunderstanding. The script can be used to copy geometry and attribute values from one feature class to another provided it handles the any&amp;nbsp;field mappings for attributes within the script. The 'featset' input variable gets its value from the feature that has been clicked on (regardless of which feature class it is part of - so long as geometry types match). The Featset&amp;nbsp;then gives access to attributes and geometry so you can copy them to the output feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2018 17:39:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504527#M46850</guid>
      <dc:creator>GordonTyler</dc:creator>
      <dc:date>2018-12-14T17:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504528#M46851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it! It’s a steep learning curve I’m on it seems ☺. Thanks for your explanation!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2018 00:47:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504528#M46851</guid>
      <dc:creator>AmberKelly</dc:creator>
      <dc:date>2018-12-17T00:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504529#M46852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on something very similar but must not have something correct in my python tool. What I am trying to do is have the user add a csv file to the web map using the Add Data widget. This widget will geocode some addresses and add the data as an operational point layer to the map. I would then like a geoprocessing service to copy this operational layer into an existing feature service. To simplify my process, I am currently trying to insert one sample feature layer into another (same schema), with no luck. My gp service was created from a simple python script, added as a script tool and the results published to ArcGIS Server from ArcMap 10.7. The tool runs perfectly from Arcmap, there are no errors when I publish, and there are no errors when I add the service to the gp widget in Web AppBuilder. Message level is set to "Info."&lt;/P&gt;&lt;P&gt;I based my script off of the one ahna.miller posted in December. This script uses a search and insert cursor. (I have also tried using the append tool) The tool parameter data type is Feature Set. This tool has two inputs with no outputs. Maybe the gp service could be having an issue with this as there is no output layer?&lt;/P&gt;&lt;P&gt;My source data is registered with the Data Store. Anyone have other suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="354" src="https://community.esri.com/legacyfs/online/445546_pastedImage_1.png" width="368" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2019 16:25:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504529#M46852</guid>
      <dc:creator>ChelseyAiton2</dc:creator>
      <dc:date>2019-05-02T16:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504530#M46853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you get this to work? Will this take the features selected by the Select widget in WAB?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 15:10:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504530#M46853</guid>
      <dc:creator>JulieK</dc:creator>
      <dc:date>2019-05-22T15:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504531#M46854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;Do the fields in both inlayer and outLayer have to match? as in does the schema have to match?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 17:11:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504531#M46854</guid>
      <dc:creator>JulieK</dc:creator>
      <dc:date>2019-05-22T17:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504532#M46855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I did not get this to work. I receive no error messages when publishing or running the tool with the GP widget in&amp;nbsp;WAB.&amp;nbsp;It does take the features selected by the Select widget and the GP widget. However, no output is added to an existing feature service. It makes me wonder if the edits are getting saved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2019 16:04:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504532#M46855</guid>
      <dc:creator>ChelseyAiton2</dc:creator>
      <dc:date>2019-06-04T16:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editor widget to copy/paste geometry between feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504533#M46856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found an AGOL widget that will do this process for me - hopefully will help most of you as well. The Smart Editor widget in web app builder allows you to copy polygons from one layer and copy to another, while copying over attributes (provided schemas are matching).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tick:&lt;/P&gt;&lt;P&gt;Allow user to create new features from existing features option&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Copied feature values override defaults&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then&amp;nbsp;click on New Feature, then from the drop down "Select features to copy"&amp;nbsp;option in the tool and drag select the polygons you'd like to copy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/449653_SmartEditor.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2019 00:09:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-editor-widget-to-copy-paste-geometry/m-p/504533#M46856</guid>
      <dc:creator>AmberKelly</dc:creator>
      <dc:date>2019-06-05T00:09:42Z</dc:date>
    </item>
  </channel>
</rss>

