I have a lookup component on a screen flow is that not allowing some users to select a value. When the user tries to pick a record, the screen blinks and shows this message "Select an option from the picklist or remove the search term." Please see attachment. This is a required field and users have access to the lookup records. I did not have this problem last week. I tired updating API version to the latest with no success. Clearing browser seems to temporarily fix the issue. Salesforce support said that it is a browser issue and not a Salesforce issue. Any help would be greatly appreciated.
Just got directed to this article by Salesforce support:
https://help.salesforce.com/s/articleView?id=platform.flow_ref_elements_screencmp_lookup.htm&type=5my issue was with a user record, the solution was using a different standard user field API to do the lookup (Ex: CreatedById instead of Id). The logic doesnt really make sense since I didn't want to lookup who the user was created by, but it works.