What does this node do?
Creates a URL input field that users provide when running the workflow. Supports single or multiple URLs for web scraping, API calls, content analysis, and more.Configuration
Display label for the URL input field.
Placeholder text shown in empty field (e.g., “https://example.com”).
Pre-filled default URL value.
Allow multiple URL inputs.
Whether the field must be filled.
Output
Access the value
Use{{Url_0.value}} in other nodes to access the URL input. For multiple URLs, iterate over the array.

