bshojaei - I cant set telegram bot API Key, wha...
I cant set telegram bot API Key, what can be the problem is anyone can help ?
Fardeen - Hey guys, new here. Loved playing aro...
Hey guys, new here. Loved playing around the platform so far.
Can anyone hint me on how do I send data to an external webhook? (I already have input data coming in from a trigger, I want to send it elsewhere)....
Chris Wright | AI & Apps - I'm not enjoying the...
I'm not enjoying the new format to the logging. When I click over to nodes and select a node no records of logging are available for that node and when I click back to workflow it isn't there either. How is this supposed to work? I liked being able to diagnose what was happening between nodes, it allowed me to fix so many issues and learn so much.
Rudy - I’ m a talented FullStack Web & BlockCha...
I’ m a talented FullStack Web & BlockChain developer who has strong can-do attitude and high responsibility.
Followings are my experience and skill sets:
- Frontend: React/Redux, Next.js,Remix.js, Vue/Nuxt.js, WordPress, HTML5, CSS3, JavaScript/TypeScript, jQuery, Tailwind CSS, Bootstrap, PHP, CI
- Backend: Node.js, Express.js, Nest.js, Laravel, Golang, Python ...
RomzDB - Hey, I just noticed this one. It seem...
Hey, I just noticed this one. It seems it's only on the old workflows that got archived when migrated to Flow V2.
PLEASE don't go through with this logs update.
The branches are not visible and it doesn't show the name of the node it went through....
Matt the Chum - My test button disappeared for ...
My test button disappeared for my workflow? Is that a plan issue or do i need to change a setting? This happened after I shipped my flow

krapomusic - Hi,How do I reference a Firebase ...
Hi,
How do I reference a Firebase user in Buildship ?
I made a request that returns a collection item with a user property. I want to create a new item with the same user property in a different collection, however everything I have tried creates a String instead of a Document Reference...
Gower - Has anyone got a guide or video on conn...
Has anyone got a guide or video on connecting up user authentication via buildship?
Standard login stuff enabling paid users to get to their content.
I want to use supabase auth....
Lucas Taylor - I am looking for a collaborator ...
I am looking for a collaborator who can speak English fluently.
Julian - I'm unable to see my workspace!After ...
I'm unable to see my workspace!
After i signed in, i will be redirected to this link https://app.buildship.com/onboard/create-project
But i don't want to create a new project, i just want to see my current workspace or projects!...
LucGuim - I copy/pasted a code and now I can't ...
I copy/pasted a code and now I can't even access the workflow to fix it, I only have this error. Please help

mgtaskiran - The Flow has been stuck and consum...
The Flow has been stuck and consuming credits for the past two hours. #❓・buildship-help #💬・general

Gabriel - Does anyone knows if waiting on a out...
Does anyone knows if waiting on a outside API response counts credits too? From the description on the site I'm assuming it counts, but wanted to be sure
mgtaskiran - is there a way to kills the proces...
is there a way to kills the process? it is still working and cant stop it!!
Solution:
It is the browser not responding, not BuildShip. You can exit page and open it again.
mattiacnn - Hi everyone,I’m using BuildShip t...
Hi everyone,
I’m using BuildShip to run workflows that generate blog articles. I noticed that the Premium plan includes 20 concurrent executions, but I ran into an issue when trying to trigger more than 20 workflows at the same time. It seems that the extra workflows were lost instead of being queued or processed later.
Could someone explain what happens when the limit of concurrent executions is exceeded? Is there a queuing mechanism in place, or are the additional executions automatically discarded?...
Solution:
Hi @mattiacnn,
When you mentions that extra requests were lost, it's only possible if the other requests are taking longer and the remaining requests gets timed-out waiting for completion of those requests.
And if you exceed concurrent executions it not necessary that remaining requests will be abandoned, suppose you send 40 concurrent requests, even if limit is 20, the first 20 will be executed concurrently, the remaining will be waiting and those will get executed later....