Issue with evaluating UI expression

I have two dropdown: first one "subjects" with single selection and the second dropdown "students" with multiple selection dropdown. Once I select the subject and student(s) I would list in a paging grid in the same form. I would be able to add again making a different subjects and students selection. It will be displayed like below.

| Students - Subject
| Anil - Maths
| Babu - Maths
| Anil - Physics
| Satish - Physics
| Ganesh - Physics

It will take only 10 items and throws below ERROR when I tried adding more than 10 items in the grid
--------------------------------------------------------------------------------------------------------------|
Error evaluating UI expression:- Expression evaluation error in rule <rule name> at function 'union' [line 72] . it cannot compare type list of text string. |
---------------------...

OriginalPostID-196855

OriginalPostID-196855

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data