Hi @David_Go, this should indeed be simple. You could use an expression that replaces the https://www. with an empty string like this:

Example Workflow
This example workflow uses the replace() method through an expression. You could append more .replace() as needed or try regular expressions to cover more cases (like http://www. or any other prefix you might encoutner).