I’m working on a new agent that includes websites collected in three previous Generate Text blocks, that all execute successfully. However, when I present the URL’s the previous steps found, I get the following error:
Could you please record an overview of the Automations tab in your Agent, show an example of the issue in the Debugger tab, and share the Custom Function code and configuration? That’ll help us better understand what might be causing the error.
It looks like your Custom Function is working as expected since it’s only checking whether the URL formatting is correct.
The issue seems to come up when you’re passing an array of URLs into the Scrape URL block. In this case, the Run Workflow block would be a better fit for your use case.
Here are a couple of examples you can remix into your workspace to explore how they’re structured: