In Model Builder, I've added a Spatial Join process. I want to Spatial Join six separate point layers to a single polygon layer with match option of contains.
Because I want to Spatial Join all six point layers to the polygon layer at the same time, I've gone ahead and created a Variable from the Join Features of the Spatial Join tool. In the newly created Variable, I can add all six separate point layers as a batch.
However, I'm interested in the number of points that fall into each polygon. This is typically generated with a default [Join_Count] field when Spatial Join is executed.
Since I am interested in the count of six separate layers, I want six separate count fields. Thus, I tried to modify the Field Map of the Join Features for the batch. The default [Join_Count] field didn't show up in the Field Map -- fine. But I did add the new fields in the Field Map, set their field Type (to Long Integer), set the length of those long integers, and set the Merge Rule to "Count".
Here's the problem: when I validate the model, my added "Count" fields (which, take the format: [I_1W], [I_2W], [I_3W], etc.) disappear.
How can I add some count fields that correspond to the six separate spatial joins performed by this batch in Model Builder?