Is it possible to create a field one field whose input will be plus five of another collection?

Suppose, I want to create two field, one is maximum experience and another is minimum experience. I have added record in the collection of Min Experience from 1 to 10. When the user will select one entry (example 5), the user will be seen the drop down (6,7,8,9,10) in the collection of Maximum experience. Is it possible?

Hi @build1,

You can add an additional filter to the 2nd dropdown, so that Maximum Experience → Value is greater than Other components → Dropdown1 → Value.

See very quick and dirty screenshots below (using same Years3 collection but collections could be different):

Best,
Victor