Closed
Solved
Decision Tree - Goal seek requires missing input property pyWorkPage.PropertyName on page pyWorkPage; details: (unknown)
Problem : -
I am getting this error "Goal seek requires missing input property pyWorkPage.PropertyName on page pyWorkPage; details: (unknown)" when calling a decision tree (from Data Transform). The property 's "PropertyName" certain value is being evaluated, however it can be null at times.
Simply set Param.AllowMissingProperties as true before calling the decision tree.