I want to limit the number of entries in a drop down option.
For example a column[Fruits] have an values of “Apple”, “Orange” but once the “Apple” has reached 10 entries or form submission, the dropdown doesnt show or invalid the option “Apple” but the “Orange” is still available.
Please help me with this, I been stuck figuring out for days. Thank you
Replace 10 with an expression that returns the appropriate number. That could be a reference to look up the value in another table, or it could be hardcode like the following example: