Mar 13, 2022 09:34 AM
I want to somehow find the number of records using a given condition and count.
Example: I have 10 records that match the condition, but I only need 5 of them, how can I get only 5.
Mar 13, 2022 09:53 AM
Airtable’s interface doesn’t offer the ability to limit records, but you can limit records with the Records List app:
Mar 16, 2022 09:22 AM
Thank you for support but I’m asking on the topic of automation, not an app for manual use. I mean how can get the required number of records automatically
Mar 16, 2022 09:57 AM
You can’t unless you write your own custom Javascripts to do this.
If you don’t want to write Javascripts, you can also use a external automation platform like Make.com to do this as well.