Hi,
I am having trouble getting functionality that is available in AGOL to work on Portal and am wondering if its a config issue or if the functionality isn't there.
I am trying to use "Smart Editor" to copy a selected feature into the editable layer. This works fine on features that are part of the original webmap the webapp uses, however any layer or file imported by the users via ESRI's "Add Data" widget do not work. The browser console states "Uncaught TypeError: Cannot read properties"
On googling similar issues, I believe it can not find the layer and I surmise this is potentially because its a temporary user session based layer rather than persistent layers being sourced from the webmap and needs to be searched/found differently.
Should this scenario work out of the box in Portal like it does in AGOL?
(Add file via add data widget --> Use Smart Editor to Select feature from added layer --> Copy feature to editable layer)