Hi All,
I have a dropdown with names coming from an integration object but in order to use the integration I have a search field and then based on that it populates the names on the dropdown, when I save it works fine. But if for whatever reason the user decides to change the selected user and search( in the field I provided to search in the integration data - not in the one in the actual dropdown ) again I get an error of Interface Definition: Expression evaluation error at function a!dropdownField [line 169]: A dropdown component [label="Requestor"] has an invalid value for "value". All selected values must be present in the choiceValues array. (With each search the values and labels are different).
Anyone that can help with this?
thanks in advance
Discussion posts and replies are publicly visible
Hi Maria,
I believe this issue can be resolved by nullifying the selected name whenever the user chooses a different integration. In the 'saveInto' parameter of the integration search field, save null() to the selected name (i.e., the selected value in the drop-down).