Hi everyone,
I’m trying to extract only the domain name (e.g., example.com) from a full URL using the split() function in Make.com. I want to remove:
https://orhttp://- Any path after the domain (e.g.,
/services,/about) - Any query parameters (e.g.,
?utm_source=google)
