I'm trying to automate a regular workflow via Data Pipelines. The current workflow I follow involves performing a spatial join, then filtering for join_count and performing different actions depending on the join count.
I might be misunderstanding something here, but I can only get a join count using one-to-one, and the attributes aren't actually joined together in the table - I only have the original feature attributes and an extra join count field.
If I perform a one-to-many join I can access the joined attributes, but I don't have a join count field to filter by.
Am I missing something here? Is there another way to achieve this workflow?