Hi everyone,
I've spent the majority of the day trying to figure this one out, unfortunately haven't found a solution...
I have a combo box (Students) with a Collection as data source.
The collection is dependent on the selection from another combo box (Sites) and I rebuild the collection in the OnChange property of the Sites combo box.
The collection works fine but the Students combo box doesn't show any entries when I click on it, and it is showing 2 errors with the SearchItems property, but when I click on the error it takes me to the DisplayFields property and I see nothing wrong...
If I change the IsSearchable property of the Students combo box to false the errors go away and the collection populates as expected, but the list can go up to almost ~1,700 entries for some sites and the search feature is an absolute necessity in this case.
Here are some screenshots:
formula to build collection on Sites combo box OnChange property
2 Formula Errors in the Sites combo box
Unexpected characters error detail
invalid number of arguments error details
Display Fields and Search Fields on Students combo box. All are text fields
Any help is appreciated 🙂