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)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Text | Provide the text containing the URLs | URL | Yes | See 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)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| URL | The extracted URL | URL | Yes | https://docs.google.com/document/d/Lcrz3/edit |
Outcomes
| NAME | DESCRIPTION |
|---|---|
| Success | This status is selected if the URL was successfully extracted from the text. |
| Unsuccessful | This status is selected in the event of the following scenarios:- Text not provided- The text doesn't contain URL |
Requirements
- N/A