You will need to add a system message to your primary agent. Use this system message to specify which agent tools should be used for particular scenar...
This appears to be specific to Airtable. A search like that likely won't match similar terms. The workflow I developed utilizes an AI agent to determi...
After running the flow, could you please double-click the Google Drive step and show what it's returning? An image would be helpful. Have you configur...
The search method appears to be causing the error. I suggest retrieving all available PDFs from the drive and comparing them using an agent. Consider ...
Hi there, The extract resume node requires a PDF from a preceding step. Here's a workflow demonstrating how to upload a PDF via a form and then proc...
Instead of an image, could you please share the actual workflow within a code block?
Hi Can you put the code in a code block so it will render a workflow?
Here’s a video. Copy the sub workflow and paste it into the workflow tool.
Hi there! In your sub-workflow, please use the following as the prompt. Configure it as defined below, and pass in {{json.query}}. If this doesn't...
Hi there! Instead of utilizing multiple agents in your primary workflow, consider structuring it with sub-workflows. You can employ a system prompt ...
Hi, You can feed both outputs from the routing tool to the AI agent. Since it can only process one at a time, this approach is perfectly fine. Here’...