Skip to main content

Retrieve links from text

Retrieve a list of links from the provided text.

Links retrieved must:

  • start with "http" or "www."
  • contain a domain suffix such as ".com", ."org", ".net", ".ca"
  • not contain spaces between words or characters.

This Wrk Action divides. For more information on divides please visit our article explaining Divides.

Common use cases

  • Data Manipulation

Application

  • Text

Inputs (what you have)

NAMEDESCRIPTIONTYPEREQUIREDEXAMPLE
TextProvide the text containing the URLsURLYesSee information about new project with file below: https://docs.google.com/document/d/Lcrz3/edit

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
URLThe extracted URLURLYeshttps://docs.google.com/document/d/Lcrz3/edit

Outcomes

NAMEDESCRIPTION
SuccessThis status is selected if the URL was successfully extracted from the text.
UnsuccessfulThis status is selected in the event of the following scenarios:- Text not provided- The text doesn't contain URL

Requirements

  • N/A