Enable "Table Record Added or Updated" Automations for CSV Uploads

Currently, automations are not triggered when table records are added or updated via CSV upload. Extending this trigger to include CSV uploads would provide essential governance for collaboratively edited tables that rely on frequent CSV uploads. This enables automated checks and notifications for data inconsistencies, omissions, or errors, improving data quality and reducing risks associated with manual uploads.

Thanks @nicolettenaya . Agreed that would be valuable. Let me check internally on level of effort here, and we can track this one with @Joelle also.

I checked with the team, and right now CSV uploads don’t yet support triggering Automations for either Create or Updates.

Part of the reason here is Automations rate limiting. For us to fully support Automations on CSV upload, we’d likely have to implement some form of throttling to space out the Automations to be under the limit, or have a bulk endpoint handling Automation.

The request is on our radar, and we’re keeping an eye on upvotes