Anyone here having issues with filders? When I set “Value Contains”, inputs that don’t contain the value I set get through. When I set “Value does not contain”, values that do not have the value aren’t getting through. It’s not clear to me whether I’m using this properly.
Hey @noahito - Could you please share the run links from the history page so we can take a look? Also, please make sure to set the access to ‘anyone with the link can view’ under the share button on the canvas.
Hey @noahito - There are two issues here:
- The scraped URL content from the
Web Agent Scrapernode separates each link by a comma. You’ll need to split that first to get a list of URLs. - The
Filternode checks the condition exactly as is, hence you should remove the quotation mark around the link.
Here’s an example setup: https://www.gumloop.com/pipeline?workbook_id=j9dJeMaFD75so4b3AymxJu&tab=2
Let me know if this works for you.
