Forum Discussion
QuickBaseCoachD
6 years agoQrew Captain
np,
I'm still getting used to he new world of the domain name flexibilities.
I tested this and it seem to work
var text DotEnding = "." & Right([From], ".");
var text Domain = Right(NotRight([From],"."),"@.");
$Domain & $DotEnding
I'm still getting used to he new world of the domain name flexibilities.
I tested this and it seem to work
var text DotEnding = "." & Right([From], ".");
var text Domain = Right(NotRight([From],"."),"@.");
$Domain & $DotEnding