Select item from dropdown if contains

I have a variable that is an int from Excel.

I want to select this variable in an SAP dropdown box if it contains the text.

i.e the dynamic var from excel will be 120 but the format in SAP reads ’ [120] 234678 … ’ I would want it to select the [120]… but am running into issues because it is not exact.

This will loop through difference ints in the excel sheet so it will not be 120 everytime.

Thanks!

Try using the click text activity and send your value as a string to the activity.
I suggest you try looking through the SAP training from Academy if you have not done this already.