Skip to main content
Checks whether the incoming value is a valid web address. A value passes when it is a complete, well-formed URL, for example https://www.alumio.com/docs. Use this to confirm a link or endpoint field is usable before you follow it or pass it on, or to route records with a missing or broken address down a different path. By default any scheme is accepted; set one or more Schemes to require the address to start with a specific one, such as only allowing https. The check looks at the shape of the address only; it does not open the link or confirm the page exists.

Fields

Sample data

The condition was run against a link field with no schemes set, so any scheme is accepted.
Incoming valueResult
https://www.alumio.com/docsMatches
www.alumio.comDoes not match