What does "Enable rapid update" with automations actually mean?

What does “Enable rapid update” with automations actually mean?

This is very similar to updating equations behind the scenes with 1 small change.

During the normal process for automations, records + equations are processed one record at a time.

Rapid update will update all records first, then process equations for the entire table, splitting the normal process into 2 batches.

1 Like

Is there documentation on the rapid update?

In my use case - I’ve built a soft upload feature.

I’m using an “on demand” task to create a bunch of new records in the main table and delete them from the soft uploads table.

In the main table I run table rules, to get the record ID (would be solved if we could access recordID in roll-up @moe ) - it seems that if rapid update is enabled it only runs the table rules on the last record.