How to Control List

Hello
I want to do a check on a list type question if the limit is reached a question list type question is displayed
A1: Surname and First name (Type list)
// I set the max to 200
B2. Last name and first name continued

// I want if list 200 is reached at question A1; B2 can display

This is possible, but dangerous.
What if you decide that person N17 in the first list does not belong there after the A1 and B2 are filled? This will switch off B2 with all the content.

What are you listing?

1 Like