Hello
I have Python script tool that creates (and populates) and point feature class using the 'Create Feature Class' tool. The script tool exposes input parameters for the input workspace and the name of the output feature class. The actual full feature class path/name is created constructed in the script tool
Im wanting to embed the script tool into a ModelBuilder model so that I can perform additional operations on the output point feature class, but am having issues. Following the examples, I added a 'Derived Output' parameter in the script tool definition/properties and use the 'SetParameterAsText' function to explicitly set the output feature class path/name. However, when I run the model, it doesnt seem to recognize the output feature class and wont perform and functions. See graphics below.
I feel like I must be missing obvious - any help would be appreciated!
Thanks
Neal


