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)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Link | Provide the link | URL | Yes | https://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)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Domain | The domain from the URL text | Text | Yes | Domain.com |
Outcomes
| NAME | DESCRIPTION |
|---|---|
| Success | This status is selected if the domain was successfully extracted from the URL text |
| Unsuccessful | This status is selected in the event of the following scenarios:- URL not provided |
Requirements
- N/A