Hey All,
I have a referenced feature layer and a hosted feature layer. I need to add or copy the features from the hosted feature layer to the referenced feature layer.
I currently have a script that copies features from one hosted feature layer to another hosted feature layer. If I now use a referenced feature layer I get the following error message: TypeError: unsupported operand type (s) for +: 'FeatureLayer' and 'str'
Is it not possible at the moment?
I use the edit_features function for this