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.
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:
- 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. - 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.