Skip to content
darrell_tw
darrell_tw
@darrell_tw
Active Member
Joined: Aug 4, 2025
Topics: 0 / Replies: 12
Reply
RE: Google Sheets Row Overwrite Issue

Here's my testing on this topic. Just resolved another client's issue yesterday. request1080×1080 70.9 KB If there is a service call to Google ...

4 months ago
Forum
Reply
RE: Managing loop errors with Google Sheets

I'm uncertain if the issue lies with the workflow or if there's a typo. You're referencing the Edit Fields node, but no node with that exact name ex...

5 months ago
Forum
Reply
RE: Telegram OpenAI HTTP Node Errors (400/404)

Mustafa: 400: Bad Request: message text is empty Or 404 Not Found 400 indicates that the message text is empty. { “chat_id”: {{$json[“chatId”...

5 months ago
Forum
Reply
5 months ago
Forum
Reply
RE: Trouble getting the current date into Google Calendar using an AI Agent

Yes, when I require the date. I will include this in the prompt: Today is {{ $now.format('yyyy-MM-dd') }} Then the AI will understand how to han...

5 months ago
Forum
Reply
RE: Workflow automatically gets cancelled when working with callin.io

Yeah, it should. So if it didn’t over 5 minutes. You might need to email to help@callin.io and ask them what’s going on?

5 months ago
Forum
Reply
RE: Workflow automatically gets cancelled when working with callin.io

Ah, it's a sub-workflow. So, what's the execution time for the main workflow?

5 months ago
Forum
Reply
RE: Workflow automatically gets cancelled when working with callin.io

It might be due to the Starter plan's maximum execution time. However, it should currently be 5 minutes. Does your workflow have another timeout set...

5 months ago
Forum
Reply
RE: How to combine multiple markdown files

I'm having trouble distinguishing between using Aggregate and toJsonString(). It seems quite similar if the goal is to convert an array into a singl...

5 months ago
Forum
Reply
RE: How to combine multiple markdown files

Perhaps you could share the workflow code with the aggregated data, and we can conduct some tests. Alternatively, please share the input json. We ...

5 months ago
Forum
Reply
RE: How to combine multiple markdown files

In this scenario, I suspect the issue might be with Deepseek. Since the prompt appears to be fine now, do you have another model you'd like to test?...

5 months ago
Forum
Reply
RE: How to combine multiple markdown files

Within the Aggregate Node. You should utilize the markdown field. This will provide you with an array of the markdown field. In the OpenAI node:...

5 months ago
Forum