Hello,
I am building a dashboard app. I came across an issue with the monday API limits that I wonder what is the best approach to solve it:
In one of the features (filtering option), I need to get all possible names (value) in a specific text column.
The issue is that the board contains around of 4500~ items. From my understanding, I need to reach the items first in order to get the names in the text column. The issue is the API not allowing me to reach so much data at once because there are so many items.
What should I do in order to get all the names in the text column without the api crashing?
Thanks!