Resolved! RegEx to extract domain from website field
With the help of ChatGPT, I was able to get this RegEx formula to extract the company domain from website field. The use case would be to update another field using the following formula -RegExReplace(${Website}, "^(?:https?:\/\/)?(?:www\.)?([^\/]+)...