Website base on the user respond

Hello Everyone

I have about 55 website and locations based on the user selected location I want to open the website that tag with this specific location for EX
Florida - open Browser → Google.com
New York open Browser → cnn.com

I use the Input Dialog to create the drop menu but not sure what to do after that
I do not want to use if statement 55 times
Thanks

You can use one config file where you’ll mention these information.

Before opening the tag just check for input value and get corresponding value from Excel and use it.

Hope this helps!
Let me know in case you need further clarification

How I check for the input value in excel sheet

Thanks