Hello,
I'm new here and might not be posting in the right place, so apologies if that's the case. My issue involves transferring data between different components in ArcGIS. Specifically, I have a feature layer in a service with some data and geometry, and additional data in an ArcGIS Pro geodatabase. I need to merge these datasets and move them to a hosted feature layer. To achieve this, I've written a Python script. The script's strategy is to first clear the existing data in the hosted feature layer, then import all the data from the service's feature layer and the geodatabase. I've made sure to replicate the schema of the hosted layer, including column names and data types, to match the incoming data. The script runs without errors, and the log file indicates successful operations. However, when I view the hosted feature layer in a browser, the data isn't there. Can someone advise on what I might be doing wrong?