I'd like use model builder to spatial join multiple feature classes (in split.gdb, all is point data ) into one target feature (ug). I just need to get one feature which has the count of different point (feature classes in split.gdb) in different area (in feature class ug). But after running the model I get as much feature classes as in split.gdb, which means that every feature class is joined seperately. I want to iterate the feature class every step with the dotted line arrow but it failed. What should I do if I want to get only one feature class? Thanks.
