Skip to main content
Question

Pagination - Hidden Trigger - Can I show my all records to a dynamic dropdown without Pagination

  • 14 September 2021
  • 2 replies
  • 89 views

Brilliant16
Forum|alt.badge.img

hi,

I’ve a simple trigger (hidden and used for dynamic dropdown), which have more than 200-250 records data (simple 3-4 keys data). as I checked in Zap. It shows all data in dropdown.

But as per Application requirement, can I go without pagination. As I’ve simple data. or Pagination have concern for more than 200-250 records.  

 
 
 
 
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

robschmidt
Forum|alt.badge.img+9
  • Zapier Expert
  • 617 replies
  • September 14, 2021

Hi @Brilliant16 

Are you referencing the zapier developer console? or just zap configuration. 

If it’s related to zap, you can use a code step & write python/js script to handle paginated records in API. Also, there is a tool called, “Looping by zapier” you can look into that as well.


Brilliant16
Forum|alt.badge.img
  • Author
  • Beginner
  • 14 replies
  • September 14, 2021

hi It’s related to developer console. 

I’m just asking that If I’m showing the 200-250 records without pagination. does this okay?