Hi All,
I have created record from a view. By default filtered to bring only data which is active and in "Edit List" I configured columns and set "rows to display" as 50. Am getting below error message .
But when i change the "rows to display" equal to or less than 33, error is not popping up.
Can anyone suggest why this is happening? Thanks in advance
Discussion posts and replies are publicly visible
I think the error message is very clear. How do you query the data? Is this a grid field? How do you pass the data to the grid? What is the value of totalCount in the datasubset?
Hi Stefan Helzle (stefanh0002) Am not using any function to query data.. here am trying to create "record list" in record type object so am not seeing any parameter called "totalCount" to pass the value.
Could it be that your view returns more data than requested? Appian tries to only fetch the data for a single page.
I think it would be helpful to see what expression you've used for the grid so we could help you troubleshoot.
I think this is due to Primary key. Did you select a primary key in the CDT? If selected does that primary key column has unique values? Records filters the data based on primary key and its values. If PK column has unique values without any duplicate values then it should work.
How can a PK anyway have duplicate values? Isn't that an implicit property of a PK to have unique and not-null values?