How to select combo box next to string from a variable?

Hi I have a problem in automating my task and I hope someone can help me with my problem.

Right now I needed to tick the combo box corresponding to my variable value

I have the combo box list below:

I have a for each row in an excel file I save it in a variable image

example scenario is I have a variable equal to Mapletree Waterfront Holdings Holdings Pte. Ltd (f.k.a Phoenix Chaoyang Pte Ltd) and I want to select the checkbox corresponding on my screenshot attached. Can someone give me a good approach in dealing with this situation?
image

Thank you in advance

Hi
Use “Find Children” activity for combo box and do foreach for findchildren activity’s output, then u can check foreach out value is available in excel or not. if it available use “Check” activity and pass element for selector