"Follow Engineering Link" tool doesn't support links that includes special character "Comma"
Link "https://egis.elink.elia.be/elia.egis/?extent=150000,150000,200000,200000,31370"Loads as "https://egis.elink.elia.be/elia.egis/?extent=150000"
Apply URL Encoding to the links and the page loads correctly. Refer to the following link.HTML URL Encode
Original Link :https://egis.elink.elia.be/elia.egis/?extent=150000,150000,200000,200000,31370
After applying URL encoding
Replace special characters as following...
HTML URL Encode