I have created a geoprocessing service with the purpose of identifying the nearest line segment of a polyline feature to a user input point and clipping the nearest line to create a new feature using model builder . The geoprocessing tool works perfectly when I run it in ArcGIS Pro.
After publishing it as a geoprocessing service and trying to run it in Web AppBuilder, I am getting an Error message: 000958 FeatureSet and RecordSetschemas are read-only. However, I have been able to run other geoprocessing services on the same web map, which makes me think that the FeatureSet and RecordSetschemas are not actually read-only. Has anyone had this problem before/know what may be causing my geoprocessing service to fail?