I understand for Select Field “If the Form Input returns more than 100 values, only the first 100 values will be returned.” but why is this limitation imposed? There is already a data size limitation and it doesn’t make sense to limit the drop down to 100 values which prevents users from filtering the dropdown.
Ex: Entry 101 has value “test101”. When searching the dropdown records, it simply won’t return even if a user filters for “test101” even though it exists in the backend data structure.