BuildShip + Rowy

BR

BuildShip + Rowy

Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automate, AI workflows

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

OpenAI Assistant v2 vs gpt-4o

I have changed the gpt model for my assistants and now I got this error message: 400 The requested model 'gpt-4o-2024-05-13' cannot be used with the Assistants API in v1. Follow the migration guide to upgrade to v2: https://platform.openai.com/docs/assistants/migration....
Solution:
Hey there @Ravani, if you'd like to use the new 4o model, please replace the assistant node in your workflow with a new copy of the assistant from the node library. The one you're using is probably the older V1 assistant. The one currently in the node library is built to work with the V2 assistant....

Google sheet node error

I have a strange problem for me in a workflow with google sheet nodes. Sometimes when I execute the workflow I do not get this error and works but sometimes I get it and it does not work. Why it is like that? What is the reason sometimes there to be this error and sometimes not? What could cause this?
Solution:
I think I found the problem: function parseCellReference1({cellReference}) so probably these curly braces made the type to be 'object' rather than string.

Buildship Upload File Error

Hello, just want to ask if anyone here know what to put in the local file path, it seems that i am having trouble regarding this. Thank you!

websocket Node

Is it possible to build backend applications that need to manage complex websocket connections using buildship ?

query

Noob question: In my custom node, i need to use a package that is available via npm. How do i trigger this workflow to run the npm install command?...
Solution:
Hey @Abrar, if you're talking about using a package as part of a node in your workflow, you do not actually need to manually install packages. BuildShip takes care of this behind the scenes. This is all you need to do: 1. Add the required ES6 import statement(s) to your script (Image 1). 2. Head to the Info section of the node editor and look for the "NPM Packages" section. Here you can configure your package (i.e. pick the version you'd like) (Image 2). ...

Gemini 1.5 Flash - No multimodal

I’m trying to use Gemini 1.5 flash to timestamp audio. I was able to get it working perfectly in Google vertex studio. I provided system instructions as well as a prompt. I was able to upload audio which was converted to 64 before being timestamped. I’m trying to reproduce the same in buildship, but I’m not seeing any way to use the multimodal features with the current implementation of 1.5 flash. I also tried using the AI node builder, but that failed as well....

OpenAI Stream Response is empty

Hello, the Openai Stream Response is not outputting anything - could I get some help please? - Also, the node continuously has the spinning loading circle, as you see in the screenshot - When I test the Stream Response node individually, I get Test Failed: Cannot read properties of undefined (reading 'on')...

Google Spreadsheet nodes not consistent results

Hello, I want to insert certain information to certain cells in google spreashsheet. I modified the code from the nodes and the code should work. However I get inconsistent results - some times only one part of the information is inserted, another time only another part, third time again some different part. This is rather strange because I am sure the code works and should work and insert all the information. I feel that at some point the node just decides not to listen and skips some values at random. What would be the reason for this?...

integrations

Are integrations limited by the plan? I don't see most of the integrations like Gmail....
Solution:
Hey @Elli Grossman, nope, there is not limit on integrations. Currently the Gmail OAuth node is temporarily disabled due to the verification process with the Google in in process.

Screenshot URL delay

Im using the screenshot url node everything works but i need to add a delay to let the page load longer, anyone has a clue on how to do it ?

how to copy a db using cronjob?

Hi, if we want copy some data from a db to our db via cronjob in the night for multiple user from our app, how works for the apicall and api authentication and how work for start cronjob for different users? some example?

xml-rpc api is supported ?

Hi xml-rpc api is supported in buildship? #xml-rpc

instruct buildship for consistency in images

Hi everyone Could you please help me how to get replicate-sdxl generate consistent characters and style in images...

WhatsApp / twilio

i know this is user error, but ive watched the new and old youtube video 10+ times and i cannot get either workflows to work. can someone help me out a bit to understand what im missing.

Buffer was removed from BuildShip libraries

This function used to work but all my wrokflows with this function are not working anymore, please help Cannot find module '/usr/src/app/bucket/builtNodes/1f816db1-35fa-43bf-bc0f-18d4ba62b15b/1715295493299.cjs' imported from /usr/src/app/runtime/dist/WorkflowExecution_v2/Executors/Script.js...
Solution:
solved by Gaurav : Could you please save the node to MyLibrary with a unique ID --> delete the old node --> and then add it again to the workflow from MyLibrary and test it again? Let me know if this troubleshooting doesn't work.
No description

Problem with team project

Hello, I have a client that wants to share his project with me, he said he sent the invitation but I didn't get it, neither on the app or on emaill. PS: Hs account is upgraded and mine is the free version.

Get Google Sheets Content as text

I am trying to use the contents of a Google sheet (as comma seperated values or JSON) and then sending that text to my LLM node. How can I access the contents after having used the Get Sheets API successfully. So far I can only access useless metadata....

Multipart / form-data upload to BuildShip API to another API

is this still true (see screenshot)? im trying to post to buildship api that will post to another api to upload. reference post: https://discordapp.com/channels/853498675484819476/1199262627109556255/1199337633592123405 buildship workflow:...
Solution:
Hi @rhokstar, Multipart file upload is now supported via File Upload Trigger - https://docs.buildship.com/trigger-nodes/file-upload
No description

Unexpected token 'W', "Workflow n"... is not valid JSON

I am unable to open any of my flows due to this error: Unexpected token 'W', "Workflow n"... is not valid JSON
Solution:
It should be back working now, you can refresh the app.