BuildShip

B

BuildShip

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

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

Ahmad - Bit of an emergency, I have a node that...

Bit of an emergency, I have a node that seems to be running on an infinite loop and no way to stop it. Is there a kill switch for nodes? It's creating endless rows in a database....
Solution:
Hi @Gaurav Chadha Looks like things got stable. I had to delete everything and recreate it as well as put a few checks in place to prevent the issue. If it helps below is what I think the problem was: - I was creating rows from an array and was counting the number of items in the array to repeat the loop...

Your Majesty - Please I want to ask, is every w...

Please I want to ask, is every workflow in buildship a cloud function? Let’s say I use the open ai node, excel, and resend node. Im I going to be paying for cloud function in firebase? Same applies to the API CALL node, will I be charged for cloud function cost in firebase if I use the Api nodes to do a series of api calls to different services?...
Solution:
Hi @Your Majesty - BuildShip is a fully hosted experience, so all the workflows you build and ship on BuildShip are managed by us and not connected to your cloud project / firebase so you will not incur costs other than BuildShip pricing. So for the case you mentioned, of using openai node, sheet, resend etc. its just BuildShip pricing. If you do connect to your Firestore in the workflows then you will have read/write operations on for those nodes. Hope that makes sense, let me know if any furth...

erdinc 🌿 - hey team anyone online? @Gaurav Cha...

hey team anyone online? @Gaurav Chadha why does the chatbot templates doesnt work - it sends an object to call instead of a string
Solution:
Please change it to this:
No description

nicolai1914 - Hey, I want to love Buildship: ...

Hey, I want to love Buildship: But I have never been able to run a node, that relies on a NPM package: ```js...
Solution:
Hi @nicolai1914, the improt statement looks correct, could you please share what error does it gives out? Also did you tried it by generating with AI? Also you can use the Supabase Trigger if you want to Authenticate with your user directly and perform any type of CRUD operations over Supabase table.
No description

Almendra10 - Guys do you have tutorials for bub...

Guys do you have tutorials for bubble.io?

Bbang - Heyy guys, I'm a new user, that's just ...

Heyy guys, I'm a new user, that's just trying things out with buildship, but I realised this morning, that I can't use the platform? It's just showing a blank black screen. It's the same across, chrome and firefox.
Solution:
The issue is fixed now, you can refresh the page and try again.
No description

Fenyr - Hello, does anyone know how to send FI...

Hello, does anyone know how to send FILES in form/data API calls ? It's easy with postman but in BuildShip there is only a body in the API node
Solution:
Update : I managed to do it with YouSign instead of SignNow using the Rest API File Upload

Rasmus - Aloha👋 anyone built with Algolia? Mo...

Aloha👋 anyone built with Algolia? More specific, CRUD data from DB (supabase or other) to Algolia Index?...

Sean - Is it possible to do digest authenticati...

Is it possible to do digest authentication with buildship? There are no docs on this.

Far - I just want to say thank you for making t...

I just want to say thank you for making the webflow buildship tutorial. I have been looking for something similar for a while and you guys just happen to release one. 🫡

JSL - HeyWith say a GPT user prompt, how can ...

Hey With say a GPT user prompt, how can I insert a variable from a previous node if it's not null. So "emails: + emailNode else "n/a" if null?...
Solution:
This only works for undefined variable or null values, not undefined node, undefined node will never gets executed, you can get the type of data but not a node, I would recommend to use Switch instead of Branch in this case where it will call only the case matched.

JSL - Support Hours - What are the general supp...

Support Hours - What are the general support hours for Buildship? Being based in Aus, want to have an idea of when to expect support for workflow issues please.
Solution:
Hi @JSL, thanks for sharing your request via support, we are taking a look on priority right now.

JSL - Hey TeamWhat is the error on crawl/scra...

Hey Team What is the error on crawl/scrape nodes: connect ECONNREFUSED 127.0.0.1:80...
Solution:
Hi @JSL, sent you an email, the issue is with the dynamic remote IP and CloudFlare CDN which is blocking the access to scrape the content. Send a details information and solution over email.

Alex - hello how can I view the remain executio...

hello how can I view the remain executions quota in my account?

Sleetza - Hi all, can anyone tell me where to i...

Hi all, can anyone tell me where to install dependencies / packages so i can use them in custom nodes?

Rosielli - Hello everyone!I'm Rosielli a User ...

Hello everyone! I'm Rosielli a User Researcher from Brazil. I'm doing a research about API Integrations. Would it be possible to post my survey here?...

Jasper Felix - Hey, i needed an advice, from so...

Hey, i needed an advice, from someone who has used both bubble and make. Which is better? And as far as I know, make is just for making the software and webflow whereas bubble can be used for making both front end(website) and also backend software

Holden - when will a video on how to stream ass...

when will a video on how to stream assistants api through flutterflow be released?

Luzzotica - Does buildship support websocket in...

Does buildship support websocket integrations? I know it can stream data back to the user, but can I stream data to it? Looking at the triggers this doesn't seem to be possible. Is there another solution? Perhaps in building a stream in a later node and using that?...