Skip to content
rbreen
rbreen
@rbreen
Active Member
Joined: Aug 4, 2025
Topics: 0 / Replies: 11
Reply
RE: Main AI Agent Cannot Access Sub-Agents in callin.io Workflow

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

5 months ago
Forum
Reply
RE: Trouble Accessing Files from Google Drive

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

5 months ago
Forum
Reply
RE: Trouble Accessing Files from Google Drive

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

5 months ago
Forum
Reply
RE: Trouble Accessing Files from Google Drive

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

5 months ago
Forum
Reply
RE: Trouble Accessing Files from Google Drive

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

5 months ago
Forum
Reply
RE: Storing chat responses in Google Sheets

Instead of an image, could you please share the actual workflow within a code block?

6 months ago
Forum
Reply
RE: Email agent troubleshooting

Hi Can you put the code in a code block so it will render a workflow?

6 months ago
Forum
Reply
RE: Seeking assistance with workflow

Here’s a video. Copy the sub workflow and paste it into the workflow tool.

6 months ago
Forum
Reply
RE: Seeking assistance with workflow

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

6 months ago
Forum
Reply
RE: Seeking assistance with workflow

Hi there! Instead of utilizing multiple agents in your primary workflow, consider structuring it with sub-workflows. You can employ a system prompt ...

6 months ago
Forum
Reply
RE: Trouble selecting data from a non-empty route

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

7 months ago
Forum