Filter Challenges

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.

https://www.gumloop.com/history

https://www.gumloop.com/pipeline?workbook_id=1bBRVpctH8pdX3G3fEZoV4&tab=2&run_id=9YSQLb5HzBZqq324W4WdkK

Thanks!

I’ve requested access to view the flow. You can also enable ‘anyone with the link can view’ under the share button.

Hey @noahito - There are two issues here:

  1. The scraped URL content from the Web Agent Scraper node separates each link by a comma. You’ll need to split that first to get a list of URLs.
  2. The Filter node 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.

This topic was solved and automatically closed 3 days after the last reply. New replies are no longer allowed.