Hello - I'm having trouble figuring out how to solve a spatial analytics project. I have created a basic workflow with example data. The business problem is I want to look at business activity for specific dealers on a certain day (July 21st in my example, but would be dynamic in the final product). I want to compare the transactions for dealer Alpha to the other transactions for Alpha...and then the same for Beta's July 21st transactions to the other Beta transactions. Ultimately, I'm trying to verify a dealer's recent transactions are occurring within close proximity (currently set as 0.2 miles) of the past transactions for the dealer. The workflow I created compares the transactions for July 21st for all of the transactions (that weren't on July 21st). I'm thinking I need a Batch Macro to do it and only pass the transactions for a specific dealer at a time to run through the Find Nearest tool. I'm thinking the final output would be any transactions that didn't match within 0.2 miles of any prior transactions...then we could review those to determine if it a new location for the dealer or another reason for the new location.