BuildShip

B

BuildShip

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

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

How can I use several files in a "Rest API File Upload" Workflow-Trigger?

If I add several files to my formdata and POST to a "Rest API File Upload" workflow, what Input variable do I have to set? There is only a singular "File" type and nothing like "Files".

Websocket Support

Hey I was working on an ai voice calling module, so i had this question if you guys support websockets, or any planning to have this websockets sooner, currently I am hosting the code on replit server it would way better if i can host it in buildship itself.

Fields reset while duplication/remixing

Hello guys, I am facing this weird issue from yesterday, Whenever I try to duplicate or remix a flow, Fields like http method and url getting empty. Previously it was not the case.
No description

REST API Open AI (Stream Response) Template issue

I have tried using the standard template, but it won't let me ship it with the Output Flow being an object which is how it is set from the AI Assistant Node. I changed the AI Assistant Node output to a string, which allowed me to ship it, but may have impacted the functionality. What am I missing, surely the template should work straight out of the box?...
No description

Ai Seo Audit: Cannot read properties of undefined (reading '0')

For the New Ai SEO Audit Workflow Template, I keep getting this error on the first loop node. Cannot read properties of undefined (reading '0') I have tested everything I know how to. Please advise.
Solution:
Hi @NewbieSteve thanks for bringing this to our attention and sharing this fix. We recently updated the OpenAI Web Search node and this caused the issue, should be fixed in the template itself now

Internal error, workflow schema is invalid.

Failed: Internal error, workflow schema is invalid. Please contact support. Error in following nodes: - name 1 XXX - name 2 XXX...

Is there an outage?

When I click on any node a red exclamation mark appears next to it.
Solution:
Hey we have released the fix, we apologies for the hiccups
No description

Buildship Database - Create Document within Loop Node not working correctly

Hello - thanks in advance for any help. Beginner here. I have a workflow where in one of the first nodes I'm pulling some data that a user selected about which credit card(s) they use. The output of this (called "selectedCards") is below: {...

Supabase not returning rows despite service key being used.

As per the title. I'm running a flow that updates a row within a table. I'm attempting to use the service key and it still returns []. When I remove RLS it works fine, I'm 100% using the service key. Any ideas at all?

Framer CMS Data Sync Plugin - Assertion Error: "Collection with ID cannot be found"

I’m running into an issue using the Framer CMS Data Sync plugin and could use some help. 🔧 Context: I'm using the CMS Data Sync plugin in Framer to fetch product data from a BuildShip workflow that pulls and simplifies product info from BigCommerce. ...
No description

Async task node

It would be great if we have a node that can encapsulate any other node and everything in there runs in a separate task asynchronously. This was previously only possible by calling a separate Workflow with the old version of the "Execute Workflow" node and you set "await" on false, but there we had to create a second workflow that makes everything more complex. And I think it would be the best to just have an encapsulation node for this case instead of adding an "await" parameter to every single node. Optionally this "Async Task" node can also have a parameter that declares what happens if the workflow breaks ("stop async task" OR "Keep running")...

Connect flutterflow with google vision api

Hello, honestly I am confused. My question is: How to connect flutterflow app with google vision api by buildship to check adult/racy pictures before upload to firebase...

Flow not working on live version

Hello, I have a flow that uses Open AI assistants node and while testing inside Buildship, it works, but when I tried it on live it doens't. Any ideas what could be causing it?...
No description

Nested array support?

Part of my request body to the API needs to have this inside it. However it won't allow me to use nested arrays in the response body, is there a workaround to this? Perhaps just making the arrays variables and passing them that way? or does Buildship simply not allow nested arrays in a request body? Whenever I try to save this it says "Function updateDoc() called with invalid data. Nested arrays are not supported" Body: {...

Deviant and irregular execution times

This is kind of related to my previous post here. I've sent an in app support request showing a video on deviant execution times: #182588 We have two BuildShip workflows that we use for an AI Chatbot (a "Trigger" and a "Message" workflow). Our goal is to reach a super low latency response. Though both workflows show extraordinary response times in some cases....
No description

Moving multiple nodes

I need to add a new branch node in the middle of my workflow and move the below multiple nodes into the "then" branch, how is it possible without moving them one by one? thanks!
Solution:
Currently, bulk selection of nodes and operations is not available. We have this feature on our roadmap for the future. For now, you'll have to manually try and drop each node under the branch.

Repost API call node for calling Groq API .

I am going to translate the audio file usin Groq API in buildsheep. I input the values in API Call Node for test as follow as: URL: https://api.groq.com/openai/v1/audio/translations Autherization : Bearer gsk_B7x3XBIdHGwo9XExxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
No description

No response on any node and Error when testing Flow

Hi, It seems like no matter which node I am testing, I get this error Failed to execute workflow: Error: TypeError: NetworkError when attempting to fetch resource. ...
No description

How to upload files to BuildShip database

The BuildShip database has a "file" type field. I would like to upload a file to such a field. How do I do that? I cannot find any predefined node for this.

Usage of "Vector Embedding Value" node

What is the "Vector Embedding Value" node doing exactly? It transforms an embedding array (in what format by the way?) into a Firebase friendly "Vector" format, but the node itself returns an object? Furthermore I cannot see a "Vector" field type in the BuildShip database.
Next