Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Is there a way to count the number of rows in a table?

Topic Labels: Formulas
Solved
Jump to Solution
1451 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Olivia_Ehrenrei
5 - Automation Enthusiast
5 - Automation Enthusiast

I want to know (and then trigger an automation) when there are 10,000 records added to my table. How can I do this?

1 Solution

Accepted Solutions
kuovonne
18 - Pluto
18 - Pluto

The only way for a formula field to know when there are 10,000 records is to have all of the records linked to a single control record. I do not recommend doing this.

You could have an automation script run that periodically checks the number of records and then only takes additional action when there are 10,000+ records.

See Solution in Thread

1 Reply 1
kuovonne
18 - Pluto
18 - Pluto

The only way for a formula field to know when there are 10,000 records is to have all of the records linked to a single control record. I do not recommend doing this.

You could have an automation script run that periodically checks the number of records and then only takes additional action when there are 10,000+ records.