Hi everyone,
I developed an ArcPy script that automatically generates a map based on various parameters.
This script works perfectly in standalone mode.
However, when I try to create an ArcToolbox tool that calls this script, it doesn't work. I did use arcpy.GetParameterAsText() to retrieve my variables and correctly defined the expected variable types. When I run the script in ArcGIS Pro (3.5) the script is said to be executed successfully (in just one second, which is suspicious), and I don't get any error messages, yet nothing happens. I don't understand why there are no error messages...
Any ideas on what might be wrong? Did I forget a crucial step when linking my script to the ArcToolbox?"
Thank you in advance.
Magda