<?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: Update FeatureLayer using applyEdits() sample error in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174616#M77339</link>
    <description>&lt;P&gt;Can you post the entire chunk of code for making your edits?&lt;/P&gt;&lt;P&gt;I am able to successfully update and delete a record using the following payloads.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JillianStanford_0-1652801575647.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/41493iE40DC7025B14833A/image-size/large?v=v2&amp;amp;px=999" role="button" title="JillianStanford_0-1652801575647.png" alt="JillianStanford_0-1652801575647.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JillianStanford_1-1652801800646.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/41494iFC6D7426BE537BEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="JillianStanford_1-1652801800646.png" alt="JillianStanford_1-1652801800646.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 May 2022 15:37:33 GMT</pubDate>
    <dc:creator>JillianStanford</dc:creator>
    <dc:date>2022-05-17T15:37:33Z</dc:date>
    <item>
      <title>Update FeatureLayer using applyEdits() sample error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174548#M77332</link>
      <description>&lt;P&gt;Working with 4.23 - I am currently using a copy of the "Update FeatureLayer using applyEdits()" sample but I am running into an issue where every time I click the "Update" button after creating a point I receive an error message (below) in the console.log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Uncaught (in promise) 
l {name: 'feature-layer:unsupported-operation', details: undefined, message: 'Layer does not support updating features.'}
details: undefined
message: "Layer does not support updating features."
name: "feature-layer:unsupported-operation"
[[Prototype]]: c&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The graphic point is created just fine but none of the information I type into the feature form is saved. Also, if I click on an existing point and try to update those attributes nothing works. The only attributes that are saved are the ones that I have set in the graphics layer when the point is initially created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;              // Create a new feature using one of the selected template items.
              editFeature = new Graphic({
                geometry: point,
                attributes: {
                  KINGDOM: attributes.KINGDOM,
                  ADD_DATE: Date.now(),
                  LATITUDE: event.mapPoint.latitude,
                  LONGITUDE: event.mapPoint.longitude,
                  LATDIR: "NORTH",
                  LONDIR: "WEST"
                }
              });&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My hosted feature layer has Add, Updated and Delete all selected.&lt;/P&gt;&lt;P&gt;I have not made any changes to the sample code so I am not quite how to get this to work the way I need it to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 14:17:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174548#M77332</guid>
      <dc:creator>luckachi</dc:creator>
      <dc:date>2022-05-17T14:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Update FeatureLayer using applyEdits() sample error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174577#M77333</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are you able to edit the service using a different client, like the REST endpoint or ArcGIS Pro?&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 14:34:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174577#M77333</guid>
      <dc:creator>JillianStanford</dc:creator>
      <dc:date>2022-05-17T14:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Update FeatureLayer using applyEdits() sample error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174593#M77335</link>
      <description>&lt;P&gt;I am able to add/update/delete through ArcGIS Pro. I can add via the REST endpoint. Testing Update and Delete right now&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 15:21:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174593#M77335</guid>
      <dc:creator>luckachi</dc:creator>
      <dc:date>2022-05-17T15:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Update FeatureLayer using applyEdits() sample error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174600#M77336</link>
      <description>&lt;P&gt;Update I receive an error (not sure if I am doing this wrong - not very knowledgeable with REST&lt;/P&gt;&lt;P&gt;"attributes" : {&lt;BR /&gt;"OBJECTID" : 139,&lt;BR /&gt;"OBSERVER" : "Claire"&lt;BR /&gt;}&lt;/P&gt;&lt;PRE&gt;{
  "error" : 
  {
    "code" : 400, 
    "message" : "Cannot perform operation. Invalid operation parameters.", 
    "details" : [
      "'updates' parameter is invalid", 
      "Invalid JSON primitive:  {   \"OBJECTID\" : 139,   \"OBSERVER\" : \"Claire Peterson\" }."
    ]
  }
}&lt;/PRE&gt;&lt;P&gt;When I try to delete a record I was able to add, I get an error message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;deletes=140&lt;/P&gt;&lt;PRE&gt;{
  "error" : 
  {
    "code" : 400, 
    "message" : "Cannot perform operation. Invalid operation parameters.", 
    "details" : [
      "'deletes' parameter is invalid", 
      "Input string was not in a correct format."
    ]
  }
}&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 May 2022 15:36:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174600#M77336</guid>
      <dc:creator>luckachi</dc:creator>
      <dc:date>2022-05-17T15:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Update FeatureLayer using applyEdits() sample error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174616#M77339</link>
      <description>&lt;P&gt;Can you post the entire chunk of code for making your edits?&lt;/P&gt;&lt;P&gt;I am able to successfully update and delete a record using the following payloads.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JillianStanford_0-1652801575647.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/41493iE40DC7025B14833A/image-size/large?v=v2&amp;amp;px=999" role="button" title="JillianStanford_0-1652801575647.png" alt="JillianStanford_0-1652801575647.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JillianStanford_1-1652801800646.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/41494iFC6D7426BE537BEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="JillianStanford_1-1652801800646.png" alt="JillianStanford_1-1652801800646.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 15:37:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174616#M77339</guid>
      <dc:creator>JillianStanford</dc:creator>
      <dc:date>2022-05-17T15:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Update FeatureLayer using applyEdits() sample error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174629#M77340</link>
      <description>&lt;P&gt;That error you're getting means the layer doesn't support editing, but could you try using your layer in this simple sample and see if you can edit the features&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/odoe/pen/dydvvaB?editors=1000" target="_blank"&gt;https://codepen.io/odoe/pen/dydvvaB?editors=1000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Try to edit, add, delete, and see if it works there.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 16:01:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174629#M77340</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2022-05-17T16:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Update FeatureLayer using applyEdits() sample error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174659#M77342</link>
      <description>&lt;P&gt;I am able to add just fine but when I click on Select under Edit Features, I am unable to make a selection.&lt;/P&gt;&lt;P&gt;These are my settings on the hosted feature layer which contains 4 separate layers.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luckachi_0-1652806259663.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/41507i4E2322950A5BF2FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="luckachi_0-1652806259663.png" alt="luckachi_0-1652806259663.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 16:51:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174659#M77342</guid>
      <dc:creator>luckachi</dc:creator>
      <dc:date>2022-05-17T16:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Update FeatureLayer using applyEdits() sample error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174666#M77345</link>
      <description>&lt;P&gt;For the testing or in my actual javascript file?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 16:59:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174666#M77345</guid>
      <dc:creator>luckachi</dc:creator>
      <dc:date>2022-05-17T16:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Update FeatureLayer using applyEdits() sample error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174682#M77346</link>
      <description>&lt;P&gt;And this may not even be easiest way to go about this but my main goal is when people create a feature, I would like certain attributes in the Feature Form or Editor to be already filled in - the ones that I have populated in my Graphic Layer in the initial post.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then when they select a species from a drop down, I have a query going off to grab the matching attribute information from a table and I would like to bring back the Genus and Species attributes from that table and have those values populate the associated boxes in the form.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 17:19:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1174682#M77346</guid>
      <dc:creator>luckachi</dc:creator>
      <dc:date>2022-05-17T17:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Update FeatureLayer using applyEdits() sample error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1175246#M77380</link>
      <description>&lt;P&gt;Instead of querying for related attributes have you looked into setting up contingent values? - &lt;A href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/developers/contingent-attribute-values-in-the-arcgis-api-for-javascript/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/js-api-arcgis/developers/contingent-attribute-values-in-the-arcgis-api-for-javascript/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 18:26:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1175246#M77380</guid>
      <dc:creator>JillianStanford</dc:creator>
      <dc:date>2022-05-18T18:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Update FeatureLayer using applyEdits() sample error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1175284#M77386</link>
      <description>&lt;P&gt;I am not sure this would really work in this situation. The fields that I am trying to populate with the applyedits and with the query are not shown to the user nor will they be editable by the user.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 19:01:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1175284#M77386</guid>
      <dc:creator>luckachi</dc:creator>
      <dc:date>2022-05-18T19:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Update FeatureLayer using applyEdits() sample error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1176821#M77458</link>
      <description>&lt;P&gt;Has anyone else encountered this issue?&lt;/P&gt;&lt;P&gt;I am using the code exactly as is from:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/editing-applyedits/" target="_self"&gt;https://developers.arcgis.com/javascript/latest/sample-code/editing-applyedits/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my JSON from the hosted feature layer that contains all 4 editable layers.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;"capabilities" : "Create,Delete,Query,Update,Editing,Sync", 

"syncCapabilities" : {
    "supportsAsync" : true, 
    "supportsRegisteringExistingData" : true, 
    "supportsSyncDirectionControl" : true, 
    "supportsPerLayerSync" : true, 
    "supportsPerReplicaSync" : true, 
    "supportsSyncModelNone" : true, 
    "supportsRollbackOnFailure" : true, 
    "supportsAttachmentsSyncDirection" : true, 
    "supportsBiDirectionalSyncForServer" : true, 
    "supportedSyncDataOptions" : 4
  }, 
  "supportsApplyEditsWithGlobalIds" : true, 
  "supportsReturnDeleteResults" : true, 
  "supportsLayerOverrides" : true, 
  "supportsTilesAndBasicQueriesMode" : true, 
  "supportsQueryContingentValues" : true, 
  "supportedContingentValuesFormats" : "JSON, PBF", 
  "supportsContingentValuesJson" : 2, 
  "advancedEditingCapabilities" : {
    "supportsSplit" : false, 
    "supportsReturnServiceEditsInSourceSR" : false, 
    "supportsAsyncApplyEdits" : true, 
    "supportsReturnEditResults" : true&lt;/LI-CODE&gt;&lt;P&gt;The point is created, I am able to see the fields and edit them but as soon as I click the "Update Incident" button in this example I receive an error in the console.log and nothing happens on screen. The point shows up in the layer but only the attributes I pass with the graphic is included, none of the attributes that the user can modify get saved.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 13:55:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1176821#M77458</guid>
      <dc:creator>luckachi</dc:creator>
      <dc:date>2022-05-24T13:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Update FeatureLayer using applyEdits() sample error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1176878#M77461</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you click the "Update Incidents" button, what is the response from the applyEdits request?&lt;/P&gt;&lt;P&gt;Here is an example of a failed request. In this case the error description is pretty helpful. Although, it sounds like applyEdits is succeeding, if the point is being added to the layer.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JillianStanford_0-1653407495506.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42045iCD092F24252E272E/image-size/large?v=v2&amp;amp;px=999" role="button" title="JillianStanford_0-1653407495506.png" alt="JillianStanford_0-1653407495506.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you also check the request parameters to confirm that all of the user submitted attributes are making it into the payload?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 15:54:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1176878#M77461</guid>
      <dc:creator>JillianStanford</dc:creator>
      <dc:date>2022-05-24T15:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Update FeatureLayer using applyEdits() sample error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1177521#M77485</link>
      <description>&lt;P&gt;I get no response when I click on the "Update Incidents" button. All I get is an error in the console log&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luckachi_0-1653572982022.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42190i29C3B6BE345B27E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="luckachi_0-1653572982022.png" alt="luckachi_0-1653572982022.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Yes, it seems like the add is working just fine but the update isn't. In reality, it shouldn't be submitting the point until all the information in the form is filled out. So the only information being saved with the record is the attributes here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;// Create a new feature using one of the selected
              // template items.
              editFeature = new Graphic({
                geometry: point,
                attributes: {
                  KINGDOM: attributes.KINGDOM,
                  LATITUDE: event.mapPoint.latitude,
                  LONGITUDE: event.mapPoint.longitude
                }
              });&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also get a similar error message in the console.log if I try to delete a record even though Add, Update and Delete options are enabled in the layer settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 13:55:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1177521#M77485</guid>
      <dc:creator>luckachi</dc:creator>
      <dc:date>2022-05-26T13:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Update FeatureLayer using applyEdits() sample error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1177958#M77502</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/86115"&gt;@JillianStanford&lt;/a&gt;&amp;nbsp;- I was finally able to get the a test update to work via the REST API. So updates should work but I am unsure what in my code is preventing the updates. Do I need to add an API key to this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luckachi_1-1653660913029.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42328i6FCA7F81240CC2FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="luckachi_1-1653660913029.png" alt="luckachi_1-1653660913029.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luckachi_2-1653660949809.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42329i513F7DC93FD3DF48/image-size/medium?v=v2&amp;amp;px=400" role="button" title="luckachi_2-1653660949809.png" alt="luckachi_2-1653660949809.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 14:17:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1177958#M77502</guid>
      <dc:creator>luckachi</dc:creator>
      <dc:date>2022-05-27T14:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Update FeatureLayer using applyEdits() sample error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1179468#M77567</link>
      <description>&lt;P&gt;I ended up opening an ESRI ticket for this issue. As it turns out, all the settings were correct and somehow the hosted feature service must have gotten corrupted. After republishing, everything works as it should.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 14:28:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-featurelayer-using-applyedits-sample-error/m-p/1179468#M77567</guid>
      <dc:creator>luckachi</dc:creator>
      <dc:date>2022-06-02T14:28:26Z</dc:date>
    </item>
  </channel>
</rss>

