Skip to main content

How to find records by given condition and quantity?

  • March 13, 2022
  • 3 replies
  • 20 views

Forum|alt.badge.img+1

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.

3 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • March 13, 2022

Airtable’s interface doesn’t offer the ability to limit records, but you can limit records with the Records List app:


Forum|alt.badge.img+1
  • Author
  • New Participant
  • March 16, 2022

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


ScottWorld
Forum|alt.badge.img+35
  • Genius
  • March 16, 2022

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.