HR Agent Workspace - Snow profiles changing in Create Case PageDescriptionSelecting a profile in the create case page, when selecting agent with same name and number, agent will appear to be selected,but then after clicking in a white area in the case page it will change to the similar user. There was a similar issue before is PRB1556416.In this issue it is on the latest new HR Create Profile page in Utah HR Agent Workspace 2.0Steps to Reproduce Utah HR Agent Workspace 2.0Create new case,User Esther Lee with Badge Id as 659278. Case created but wait 10 seconds eventually you will see that it is assigned to a different esther with differnent badge number.Apple said they're using the OR condition for first name last and name instead of an AND condition. The issue happens when the match is over 50 users, if it's a small choice list it works fine.WorkaroundIn UI Builder on Case Creation Page, navigate to Client Scripts from the bottom left corner and find "handleUserSearchInput" page script. Inside the script, wrap the script with a if condition and check if event.payload.actionSource==='input'. With this, the data fetch from backend will only be triggered when user is typing in their search term.Related Problem: PRB1673902