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

Unexpected end of input

Hi, could you please help with the following issue? I receive an error when trying to run a standard node that moves files in Buildship storage. Any idea how to trouble-shoot this? Thanks...
No description

Problems filtering Supabase table

Hi everyone! I am having problems figuring out the precise way to format filters when making a Supabase call. If anyone knows how to resolve this your help would be greatly appreciated! https://www.loom.com/share/f9082393b66c49d589323b47d6566e49?sid=99eca381-8712-46e8-9b08-3b6c9db1d808...
Solution:
Here is an example workflow you may refer, for loop you can refer to these docs - https://docs.buildship.com/core-nodes/loop

Firebase filter condition = document reference in another collection

I'm struggling with a basic Firebase Collection Query filter. I have a collection, 'chapters', each of which has a 'book_id' field which stores a reference to the book document they belong to. When I want to query for all chapters with a particular book_id, I get empty results. If I omit the filter, all chapters are returned. Please help me understand what is wrong with this filter syntax: [{"field": "book_id", "operator": "==", "value": "/books/someIdValue"}]...
Solution:
@syraxidlemind - you are correct, passing the reference as string wont work because you need to convert it to a valid firestore reference to be able to use it in a filter. If you copy this workflow and paste it, then the collection query node being used here will convert strings such as "users/user123" to a valid firestore ref and the filtering should work.

Anyone else having trouble with the ElevenLabs node?

I can't seem to get the elevenlabs node to return anything. All I get is an empty object. When I check my elevenlabs account i don't see the request coming through at all. I've double checked the api key. Is anyone else having trouble with the node?...
Solution:
Hi @IronGold, could you please check if the storage folder is correct or not, it could be any, but requires to be there? Test from outside individual test node?
No description

Can we write logs to console without using Log node?

Hi Team, Apologies for the silly question but can we write logs to the console in custom code of our node or do we have to use the log node? I am struggling with an issue in my code logic and being able to log info the to console would help me....
Solution:
Hey @Olisocks 👋 yes you can add logging to the custom code directly. Here is the instructions of how you can do that using { logging } . Hope this helps https://docs.buildship.com/logging#via-logging-statements-in-node-logic...

GSheet assistant

I am getting this error, even I did the authentication correctly
Solution:
HI @M.Soliman, could you please try logging out and logging in again from the Get Sheets Oauth node? Also, assuming you are using the sheets associated with the OAuth account only.
No description

Pricing Model - “Bring your own cloud” for healthcare project

Team - Our healthcare application backend is deployed on Azure, leveraging Django REST APIs and FlutterFlow in the front end. Can I use BuildShip “Bring your cloud” and replace Django REST Backend? I will get HIPAA compliance from Azure along with the BAA Signed. My goal is to focus on creativity and rely on SaaS platforms for web application services. Thank you!...
Solution:
Hi @Mehmood, Currently Bring Your Own Cloud offers hosting on GCP serevr instance only, we'll be allowing it to host on other providers as well in near future. You can still make your REST backend API on BuildShip.

Execution hours check

Hello. Where can I check how many execution hours left on my account? Thanks
Solution:
Hi @Vlad, You'll be notified in advance via automated email and will be able to monitor your execution hours metrics from the app soon. The execution hours UI is in the development phase and will be available soon in the coming weeks as mentioned by @mamad above. We assure you that the workflow execution won't cut off automatically, as we're managing it on the backend currently. Rest assured, we're actively working to get this feature live as soon as possible. The above issue is not due to execution hours, it could be due to a node not being able to build successfully, resulting to fail the workflow execution, you can submit your workflow via in-app support, and we'll take a look and resolve the issue. https://docs.buildship.com/support-messages...

whatsapp-trigger - >Error: error validating signature x2

Hello, I'm encountering issues while attempting to connect my WhatsApp Business account through the WhatsApp Bot node; it is not functioning correctly. Specifically, my primary workspace is displaying the following error: whatsapp-trigger -> error: Error: error validating signature. Here are the steps I followed according to the documentation:...
No description

Buildship with Webstudio

Does anyone here know how to integrate Buildship API into Webstudio? Especially the AI assistant template.
Solution:
Hi @John Ope from CIQ Libraries, You can signup for this upcoming LiveStream on BuildShip x WebStudio. 🔔 https://www.youtube.com/watch?v=lm_MywgLeFA

Bulk GPT - CSVs not working

Hi folks, I am working on a bulk GPT project based on this video https://www.youtube.com/watch?v=0-fACNxxf9Y, however, I can not link in my CSV files, as mentioned at 2:36 in the video. I tried to link a CSV via my google drive, and google sheet's direct share to download link function, but it either loads endlessly or returns an "error": "Failed to download file: status code 307" message. Happy about any help ☺️...
Solution:
Hi @Max Prokopp, It is failing to download the CSV file due to permission issues as the node is not able to read due to the google drive permissions, to solve this, you can upload your file to BuildShip and generate a public URl (using "Generate Public Download URL" node) and then pass it to the download CSV node, it should work then.

email trigger not working at all

hi there unfortunately, the email trigger is not working at all .. nothing shows up in the logs .. the workflow is working when triggered by e.g. a rest-trigger .. I tried sending the email from various accounts .. nothing ...

OpenAI TTS (text to speech)

Guys, I would appreciate your help with the TTS. I'm following the instructions from this video: https://www.youtube.com/watch?v=7QaxIt-B52M The screenshots show that my code (white background) seem to be the same as the code form the youtube. But for some reason, the files that I generate have wrong size (223B compared to 1.3MB) and don't play. Is there any idea how to troubleshoot it? Thanks...
Solution:
LOL, I had an issue with my Open AI billing. Problem solved.
No description

very new maybe you can help??

Hi! my name is Ethan, I'm a student in NSW, Australia, using FlutterFlow and maybe buildship for my year 12 design and tech major project (need to create a solution to a real-world problem) towards my HSC (final school exams). My query for this supportive community is......
Solution:
Great question. Have you considered using Google's Document AI (https://cloud.google.com/document-ai) for processing the receipts? We have some DocumentAI integration nodes already that you can use to extract the data and then you can save this data anywhere you'd like - you can use any DB but the BuildShip database is probably the easiest to start with. And once you've stored your data the you can use our OpenAI assistant node to query information about the saved receipts.

DATABASE in buildship.. Bug or ..?

I'm not sure what is supposed to happen but I currently use a free version of buildship and when I click database nothing happens at all. It says 'opening database' and the popup disappears but nothing happened. Is this normal?
Solution:
Fixed, sent you an email too.

url to pdf node not working (same for generated epub files)

I tried to generate epub files from text input, store them to GCP and return a download link, but it wouldn’t work especially because of the file path. I had to back track and try out the url to pdf file converter and the html to pdf converter nodes you have on your platform both have the same problem. They’re simply not working. I’ve tried several times to use AI to generate a node that works but still it doesn’t work. ...
Solution:
Hi @Ugo101, could you please share the api reference you are following for epub upload files? Ideally the path should be the bucket should be: process.env.BUCKET, I would recommend to refer to the implementation for the already present GCP Storage nodes. cc @Luis, maybe we can have a template for this, a suggestion....

Please Help.

Hello, I don't understand why I keep getting this error "{"error":{},"label":"Return","message":"Cannot read properties of undefined (reading 'url')"}" And this one "Workflow not found, make sure you have deployed it with the trigger method set to GET and path set to /"...
Solution:
Hi @Michelle Landon, please ensure your trigger method matches with the request method, you make to the API.
No description

whatsapp-trigger - >Error: error validating signature

Hello, I'm encountering issues while attempting to connect my WhatsApp Business account through the WhatsApp Bot node; it is not functioning correctly. Specifically, my primary workspace is displaying the following error: whatsapp-trigger -> error: Error: error validating signature. Here are the steps I followed according to the documentation:...
Solution:
In your workflow, I checked the phonenumber ID in the auto responder was not referenced correctly, I've updated it on your workflow and the node too. Yeah, currently it will log each event we are checking on a solution to match the message id and stop it when a message is not received, as meta does not provide anything to handle this, they do send the the request every second till 15 minutes to check the secure connection. - https://developers.facebook.com/docs/whatsapp/cloud-api/guides/set-up-...
No description

database internal error?

hello, i created a test project but when i clicked Database on bottom left it says "Unauthorized" in center, and the website link becomes "https://5xqfp3.buildship.one/?token={"error":{},"label":"get%20token%20from%20manager","message":"{\"error\":\"Internal%20error\"}"}". I don't use VPN or any blocker, everything else is working.
Solution:
Hi @Jacky Fong, we are working on fixing this issue permanently. Could you please share this via in-app support form? https://docs.buildship.com/support-messages We'll fix your database issue and will update you via email too. Thanks....

i need to create a streaming openai assistant (wich i i created in openai playground).

is it possible? also how could i deploy it in Uchat ?...
Solution:
In coming weeks, pretty soon, stay tuned. Thanks. We'll share the documentation as well on its working.