Hello,
I am trying to build a widget, to save multiple, comma-delimited values to a field. I am using the multiSelect component to select the values from a list.
Now my question is: I got the datasource and all, but how do I now actually save some value to a field when developping a custom widget for the experience builder?
Thanks in advance,
Marc
Solved! Go to Solution.
Assuming your datasource is a FeatureLayer, you should be able to use the applyEdits() method to save the changes.
https://developers.arcgis.com/javascript/latest/sample-code/editing-applyedits/
Assuming your datasource is a FeatureLayer, you should be able to use the applyEdits() method to save the changes.
https://developers.arcgis.com/javascript/latest/sample-code/editing-applyedits/