Bug
Bug ID Number | BUG-000168472 |
---|---|
Submitted | June 20, 2024 |
Last Modified | November 11, 2024 |
Applies to | ArcGIS GIS Server |
Version found | 11.3 |
Operating System | Windows Server |
Operating System Version | 2022 |
Status | As Designed |
For script tools, replace the following line in the Python script:
input_feature_set = arcpy.GetParameter(0)
with the following:
try:
input_feature_set = arcpy.FeatureSet(arcpy.GetParameter(0).JSON)
except:
input_feature_set = arcpy.GetParameter(0)
Bug ID: BUG-000168472
Software:
Get help from ArcGIS experts
Download the Esri Support App