Is there a way to filter a column by errors/not errors?
Yes, you can filter by errors using our built-in Errored Rows view, which highlights rows where errors occurred (e.g., missing data, failed conditions). To create custom filters: 1. Click Filter above the table 2. Select your column 3. Choose operators like is empty, is not empty, contains, or does not contain 4. Enter your filter value You can also combine multiple filters using AND/OR logic for more complex error filtering.
An error where a URL is not a URL in a URL column.
To filter for invalid URLs, you can use our Check if URL is Valid enrichment action first, then filter based on the results. Steps: 1. Add the Check if URL is Valid action to your table 2. Input your URL column - it returns a boolean (true/false) for validity 3. Click Filter above your table 4. Select the "Valid" column from the enrichment 5. Choose "equal to" operator 6. Enter "false" as the value This will show only rows where URLs are invalid (not reachable, return errors like 404, or cannot be accessed).