Select to view content in your preferred language

Model builder problem using vairables

2814
1
05-13-2014 12:30 PM
Labels (1)
DonnaDexter1
New Contributor II
I have attached a model I am working on.  The problems seems to be that the "Describe FC 10X" script and the "Create yyyymmdd" script are not holding the values for their variables because I keep getting the error that the "Feature Class to Feature Class" script did not run because the precondition is false.

Can anyone out there help me please?
0 Kudos
1 Reply
DonnaDexter1
New Contributor II

Just for those who would be interested I solved this problem.  I was a simple inclusion of a line of code in the python script at the end.

arcpy.SetParameterAsText(0, vName)