This sounds like you might be experiencing an infinite loop where an enrichment is continuously re-running and overwriting your changes. [1]
Check if you have any auto-run enrichments that trigger when that cell's field changes - the enrichment might be updating the same field it's monitoring, causing it to run repeatedly.
To fix this, you can:
- Set the enrichment to manual instead of auto-run
- Use a different trigger field that the enrichment doesn't update
- Add conditional logic like "only run if field is empty"
You can also check your table activity to see if there are repeated enrichments running on the same rows. [2]
If enrichments are still running after disabling auto-update at both levels, you might have an infinite loop where an enrichment keeps triggering itself. [1]
First, click the "Stop" button at the bottom-right of your table to halt any active runs.
Then check if any enrichment is updating the same field that triggers it - this creates a continuous cycle. To fix this, add conditional logic like "only run if field is empty" or use a different trigger field that the enrichment doesn't modify.
You can also pause all automations in the affected table temporarily to break the cycle. [2]
If you still need help stopping the auto-running enrichments, I’m here to assist you further. Would you like to provide more details about what you’re trying to resolve or any specific issues you’re encountering?