Hi, I am getting this issue when selecting value from dropdown for one particular user at function a!gridField_19r1 [line 71]: A grid component [label=""] has an invalid value for "columns" and "value". All "data" arrays must not contain more items than the specified "batchSize", but "batchSize" was 10 and the largest column data array had 17 items.
Discussion posts and replies are publicly visible
The error normally signifies the duplicates in a data set. By the looks of it the grid data fetched after dropdown data selection is returning 17 duplicate items. So start with checking the dataset rendering the grid.