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

Can't access local vars in test window

How can I access my vars while testing selected node?
No description

Unable to send dynamic email from Supabase trigger

Hi, I setup a supabase trigger on insertion and was able to pull the record. I fetch the email address and name from the trigger and pass that as an input variable to the sendgrid send dynamic email node. Unfortunately I am running into an error when I test the send grid implementation. Error: Bad Request...
Solution:
this has been fixed, thank you Luis and Gaurav
No description

MCP servers

wondering how one would go about creating mcp servers for ai assistants

RAG Template error

Hey everyone. I am having errors when using the RAG template. It seems that when I try to put a query, it appears this issue. Need help with that please
No description

NaN is not allowed

Hi guys, I must've made an error when attempting to test a node with no data. Can't get past this page, cant refresh etc. Specific to only the flow im working on.
Solution:
Resolved
No description

"Enable BuildShip Credits" in node Info

I just came across this toggle in the "JSON Generator" node for OpenAI. What is it doing?
No description

I really need to finish this rn bru

can anyone tell me why is it that when I run my googlesheet program as a whole, it only shows [] but when I play the node alone it gives the right values 💀💀...
No description

How do I fix this

guys I have no idea how to fix this
No description

Output is not a string: Post-mortem of a bug in which we didn't get any support

Today I reported bug #238909, I didn't get any support and my app was broken because of this bug. Case: I have an API Call shipped one month ago and never changed after that. Today it stopped working, meaning that my users couldn't use my app. It looks like BuildShip did an update that corrupted my API Call shipped to production and all the manual copies I had done. Actually, if I duplicate a flow now, the copy misses a lot of fields so it's not functional....

I need help for a school project and idk what to do

So basically I'm using flutterflow to make an app, and the app is going to be used by our school nurse to be able to easily access data from her records. The app is meant to show statistics of bmi classifications of the students (normal weight, overweight, underweight). My current problem rn is idk how to do the part where you're able to upload an excel file to be converted into data. Someone told me I should use buildship but i'm pretty new to coding itself, would really appreciate the help...

DDoS protection

In what way is BuildShip DDoS protected? Especially what happens with our credits if a DDoS attack happens?

Alert of low credits

Is there no possibility for an alert that sending out E-mails as soon as the credits reach a lower limit? We already have daily error and weekly usage reports in Pro planning, so this should be fairly easy to setup for you. Though I hope this gets into the free version. You would also benefit from it by adding this feature into the free version so people get a message on low credits and they are likely to pay a new plan 😉...

Buildship Infinite execution HELP

Hey, i was running a simple file conversion of 100 rows of xlsx to json using 3rd party api call, this same call was able to complete in 5seconds in postman but here its taking forever, and why there is no option to stop or cancel the execution, last time it wiped of my 80k worth credits.
No description

access file from "download" node for gemini

Hi, in order to have gemini analyze a image in the multimodal gemini node I need to attach an image to the api call. So I am using the download node to download the file, but I am having trouble accessing the actual file. Please have a look at the screenshots, ...
Solution:
Hey @Thomas, I've responded to your support request addressing the issues in your workflow. Here's a quick recap: I've reviewed your workflow and identified a couple of issues that I've addressed below: - There was an issue with the download node not automatically creating intermediate folders. We've now updated the logic to create folders according to the flat file structure....
No description

FILE UPLOAD - Retry limit exceeded - [object Object]

Hi, quick question. What is the limit for the loop of Base64 file upload to Buildship storage?...

None of our API calls are working

Is Buildship down right now? For some reason none of our API calls are working right now nor can we see any of our logs on any of our workflows. This is the 3rd or 4th time we’ve experienced this with Buildship and we have no idea why. It’s extremely frustrating because our app is live in production and our users are unable to schedule orders. And the fact that this constantly keeps happening where our backend is essentially down and we can’t see our logs is extremely concerning and makes me thi...

Most Efficient Method to Insert an If-Statement Node

Hi Buildship team and community, does anyone know a more efficient way to introduce a if-statement/branch node into a long workflow without needing to drag each of the downstream nodes into one of the branches? Thank you!

Supabase Trigger issue

Hey, I'm currently creating a Supabase trigger. Previously I've already implemented creating and updating SB table rows and there was no issue with their interactions. I followed these instructions on how to create a trigger (https://docs.buildship.com/triggers-database/supabase-trigger). It says that the Integration should be created automatically on Supabase after I click Connect and ship the workflow, but it didn't work. I don't see anything new in my Supabase project. Could you, please, share some ideas on how to create Supabase Trigger?...
Solution:
HI @AnnAutumn I tested the Supabase trigger it is connecting and creating a webhook. Are you checking it at project settings --> integrations --> database webhooks? Try deleting and re-authenticating the connection....
No description

Integrating with FlutterFlow using the "Trigger BuildShip Workflow"

I'm integrating with FlutterFlow using the "Trigger BuildShip Workflow" library and I am running into a "AssertionError: status code must be a number" JSON error in FF when testing a POST API Call (FF-->BS). Both platforms are connected. The FF configuration checksout (I think). I think the problem is how I have configured trigger in buildship. Can anyone help?