Hello,
I am building an action and I have a dynamic field that is calling an odata api. The api sends back a limited set of data, i.e., gets all the persons in the app in batches. Since this is understandably a huge dataset, the api only returns a subset of persons data at a time.
Is there a way to continue querying the odata api for the next batch as the user scrolls down the dynamic field until all the persons are retrieved or the user stops scrolling?