This sounds like a cross-table enrichment loop issue. When using write to table with conditionals, if the destination table has auto-update enabled, it can trigger enrichments that write back, creating an unintended cycle. [1]
To prevent this:
Add a "processed" flag column to track which rows have been enriched
Use conditional logic like "Only run if [field] is empty" in Run Settings
Turn off auto-update on the destination table while building workflows [2]
To investigate your specific case:
Check if the destination table's auto-update was enabled and whether the write to table action triggered the mobile enrichment waterfall to re-run.
If you need help reviewing your specific table setup, click "Talk to a person" for human assistance.
If you still need help resolving the issue with your table and credit usage, I’m here to assist. Would you like to provide more details about what you’re trying to achieve or any specific problems you’re encountering?