Problem on selecting searchable drop down list item

I want to select an item from a searchable drop-down list , but the item is not present in the list item. The function is like , if the item present in list then the robot select it but if not present then , the robot select the text, which i write in the searching drop-down. Please give a solution for this.
Thank you…

@Abhijit_Das
Welcome to the Forum

Such scenario can be Well Adressed with the find children Activity. Here the selectitems can be Retrieved, then evaluated and If the Item of interest IS found IT can be used for the selection step

Hi,

Make use of IF condition,
In true side Add the “Select Item Activity”.
In the false side add the “Type Into Activity” and specify your text.

I think this will work.
Thanks