How to use config file to handle the url

I hv quite a number of url in my RPA. Thinking to use config file to handle this url so I just need to change the url if any changes needed. How can I go for it. Thank u.

1.) Enter the URL under one of the sheets “Constants” or “Settings”. The name refers to how you will reference it, and the value will be the URL.
2.) When using the REFramework, you can reference your URL with Config("NameOfURL").ToString, where NameOfURL is the name you gave the URL in your Config file.

Thank you :slight_smile: will try it out