Dropdown field configuration

Hi Experts,

I have a requirement where I need to configure gridLayout in such a way that I can add rows maximum to number of data I have in a local variable, i.e if value in localVariable is {"ABC","DEF","GHI","JKL"} the only 4 row can be added at max.

Grid needs to have 2 columns where first column will display the value in a dropdown field, the value once selected in the row should not appear in the next row, i.e if value stored in localVariable is: {"ABC","DEF","GHI","JKL"}, we should be able to select any of the four value in the dropdown of the first row, in next row we should only be able to select from the remaining three options and so on

On the same time the second column will display the data in dropdown, value being dependent on the value selected in first column of the same row.

Need your suggestion on the above configuration.

  Discussion posts and replies are publicly visible