I need to strip away text from some field data and concat new data. I know how to do this in separate formulas. How would I merge these two formulas into one formula? Here are the two formulas I have
substring-after(.,"/")
concat(., "@domainname.com")
Would the innermost formula process first or vice versa? Thank you.