This looks like it could be an infinite loop issue. Since you have auto-update enabled and a conditional formula, the round-robin action might be triggering itself repeatedly. [1]
Here's what's likely happening: when the round-robin runs and assigns a lead, it might be updating a field that triggers the same condition again, causing the action to re-run on the same rows. [2]
To fix this, try adding a status column to track processed rows, like "Only run if Status is empty" instead of just the lead classification condition. This prevents the action from running multiple times on the same row.
You could also temporarily disable auto-update to test if that stops the double counting.
Hi Ciaran, thank you for reaching out and happy to check your conditional logic for this roundrobin action. Could you please share the link (url) to the table so we can take a look?