Skip to main content

Retrieve domain from link

Extracts the website domain from a given URL

Common use cases

  • Data Manipulation
  • Data Management

Application

  • Text

Inputs (what you have)

NAMEDESCRIPTIONTYPEREQUIREDEXAMPLE
LinkProvide the linkURLYeshttps://domain/text/crz3dit

Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data Library. These variables in the Data Library are the outputs of previous Wrk Actions in the Wrkflow.

Outputs (what you get)

NAMEDESCRIPTIONTYPEREQUIREDEXAMPLE
DomainThe domain from the URL textTextYesDomain.com

Outcomes

NAMEDESCRIPTION
SuccessThis status is selected if the domain was successfully extracted from the URL text
UnsuccessfulThis status is selected in the event of the following scenarios:- URL not provided

Requirements

  • N/A