BuildShip

B

BuildShip

Join the community to ask questions about BuildShip and get answers from other members.

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

Good opportunity

I have a good opportunity. competitive compensation with minimum effort. Location: United States, Canada, Europe plz dm me....

Is it possible to use the buildship execute workflow node recursively?

I seem to be running into issues when using the buildship execute workflow node recursively.

REST API JSON to database table

I have created the workflow and have the stop that calls the API and receives the JSON response ... I feel like I'm missing something really simple but how to I just dump the JSON into the database table ?...

Node library is gone

Since we moved some workflows to v2 we experienced more and more trouble with our library nodes. I already posted a bug report to this some weeks ago. Saving the nodes in the library does not work at all right now. Sometimes the nodes forget that they are saved on the library and furthermore do they often have the wrong version number. I even saw a version 0.0.1 already. I didn't get any update on this yet. And there is a new big problem. It seems like all our library nodes are gone. I can't see any nodes in my library anymore except one that I created today....
Solution:
As Gaurav mentioned via E-Mail this is fixed now. I can even see my old saved nodes again so I did not have to save them again luckily. This saved me from actually recreating 81 nodes 😅

Formatting help

I am copying this exacting but still getting errors
No description

How to get the openai total token usage from the same node that's streaming the message?

I'm using the OpenAI Assistant node and have modified the code a bit to do message streaming. In the return node, I've set it to return streamed messages. I was wondering if there's a way to get the total token usage from each streamed message. And if I can have two return nodes, one to output the streaming messages, and the other for token usage?...

Failed to create Workspace: TypeError: Failed to fetch

I am new to Buildship. I just log in and cannot even create my first Workspace. Any Help?
Solution:
I think i found the problem. It is my office firewall blocking the node connection. I tried to use my phone's hotsopt instead and it works.
No description

No-Cold Start seems not working

Hi, I have a Pro plan and bought no-cold start add on, tha payment was successful. I built a Flutter app and used buildship to serve APIs and workflows, all are fine except when I start the app the first time the API call takes around 5 sec, then when I navigate away and back to the same page it gets way faster, sometimes the call fails till I go to another page then come back it works fine. Therefore I bought the add on to solve this issue, but unfortunately nothing changed....

This doc seems out of date or there is something wrong with the file upload trigger

https://docs.buildship.com/connecting-triggers/firebase-file-upload There is no "buffer" available in Rest API File Upload (Auth). Maybe it's a bug or the documentation needs to be updated to explain how to get the buffer....

Migrating issues

I'm having some problems with Flow Builder 2.0. For example, I can't delete a workflow even using the Force Delete option. Another problem is with the workflow migration when I'm using WhatsApp Bot Trigger, it's not being migrated and this is breaking the entire flow. Some help?

Error code

Hello 🙂 I am new to rowy, and got quite a difficult start... I keep facing this issue. I tried many things but I dont know what to try anymore, creating my project I always end up with "Error setting Firestore/Storage rules: Credential implementation provided to initializeApp() via the "credential" property failed to fetch a valid Google OAuth2 access token with the following error: "Error fetching access token: invalidgrant (Invalid JWT Signature.)". There are two likely causes: (1) your server time is not properly synced or (2) your certificate key file has been revoked. To solve (1), re-sync the time on your server. To solve (2), make sure the key ID for your key file is still present at https://console.firebase.google.com/iam-admin/serviceaccounts/project. If not, generate a new key file at https://console.firebase.google.com/project//settings/serviceaccounts/adminsdk." when selecting the location. Anyone ever faced this? THank you very much!! 😁...
No description

How to export list of public links of the storage files into google sheets ?

How to export list of public links of the storage files into google sheets ?

Custom nodes do not work in v2

I have a few custom nodes that refuse to work in v2 while functioning perfectly fine in v1. Moreover, these nodes don't work regardless of the node content as shown in the screenshot. The error message is the same across nodes Cannot read properties of null (reading '_$keys_'). The code in these nodes is locally unit-tested and type-safe and once again work flawlessly in v1
No description

Chat assistant nodes is not asking for description?

https://youtu.be/H4xx_7M0TDQ?list=PLow2dGbF6XcmkbFmPvPLEMsHgwySX_Ndn&t=1907 At that time frame in the video, a pop is shown to add the nodes name and description. But it's not showing up when I click on a API call node. Is this a bug or is there another way for us to add description to the node?...

Empty nodes since V2

Hey! Since I created workflows in V2, most of my old workflows in V1 no longer have values ​​in their nodes, they still work but I don't dare modify them for fear of losing everything I did in them
No description

Fix this or error when using openAI streaming

{ "_events": {}, "_readableState": { "highWaterMark": 16384, "buffer": [],...
Solution:
@Gan @Godwin you can now clone and try the new V2 OpenAI Streaming templates.

EMAIL-WORKFLOW

I have a situation over here . I have a workflow which is connected to supabase and I have a due date column in my supabase . So I want my workflow to send emails on custom schedule to my clients on due date. I am succesfully getting the rows of my data base please I need further assisatance on this . Much appreciated
No description

Multi-Image GPT-4 Vision

Hi, I am using the Files input with multiple files and using the Multi-Image GPT-4 Vision to explain the images. I get the errors Error communicating with OpenAI API: 400 Failed to download image from 20241121_094856.jpg. Image URL is invalid. Please check attached image...
No description

What does 20 concurrent executions mean in the Starter pricing card?

Does that mean flows are available actively only for 20 users at a time if everyone is simultaneously making queries? Let's say I'm using a flow to rate limit the users, then does it mean the flow would be overwhelmed for users beyond 20?...

Inconsistent API output with 'body'

Hi there, I have an issue with my API outputs using v2 of BuildShip. I'm using the Firebase Auth Request to get the data from Firestore and returning the 'data' object of a Firestore document. So far so good. However, it seems like there is something wrong with the Output node. Instead of returning the data object as it is, the result is being nested in a "body" class. ...