I'm using a loading/login screen as a means of beginning to load data, as well as filtering out certain users.
In the OnVisible for the screen, I'm calling a series of ClearCollects to pull down and cache the data required for the app.
One of my ClearCollect calls loads Countries from a custom API endpoint.
There are over 100 entries in the Countries table in my source, but the Collections tab is only showing 5 countries loaded.
I'm trying to figure out the source of this mismatch.
When I call the API from the swagger UI on my website, I see the full list of countries returned.
I also have a list of statuses that only contains 7 items and a list of document types that has 43 items. Both of these are also getting truncated at 5.
Solved! Go to Solution.
Hi, in the collections tab, only the first 5 rows are displayed eventhough the collection might have more rows.
You can confirm this by binding the collection to a gallery, and see the gallery has all the rows returned by your custom API.
Could you give this a try? I will follow up with the team to make Collections view more intuitive.
Just noticed that two other source tables that have > 5 rows are getting truncated at 5. One has 43 rows and the other only has 7.
Hi, in the collections tab, only the first 5 rows are displayed eventhough the collection might have more rows.
You can confirm this by binding the collection to a gallery, and see the gallery has all the rows returned by your custom API.
Could you give this a try? I will follow up with the team to make Collections view more intuitive.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
205 | |
184 | |
71 | |
37 | |
34 |
User | Count |
---|---|
345 | |
275 | |
118 | |
77 | |
58 |