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

adrfinance - Hello, how can I access an environ...

Hello, how can I access an environment variable in Supabase using code?

adrfinance - Hello, I am using Flutterflow for ...

Hello, I am using Flutterflow for front end, Buildship for back end and Supabase for database. Do I need to enable row level security for Supabase? Is there a guide /tutorial / video about it ? Can you share it ?

serge - hello, can we do authentication with fr...

hello, can we do authentication with framer and firebase using buildship?

Matthew - Hey Guys, I have an AI API streamin...

Hey Guys, I have an AI API streaming back data, but earlier in the worlkflow im pullin some api data that i also need returned back. So how do i make it so my api data is returned back along with the ai stream...

James - https://www.youtube.com/watch?v=7DkLUY6...

https://www.youtube.com/watch?v=7DkLUY6kfTg I made this tutorial on YouTube a while back which still gets significant traffic. Now getting a couple of comments: - "not working youtube caption generator node"...

Joel M - Hey Yall...I was invited to a group in...

Hey Yall...I was invited to a group inside Buildship...But I can't see to find the invite.

adrfinance - As a Buildship workflow becomes la...

As a Buildship workflow becomes larger, Buildship becomes laggy and slow. When will you fix this issue please?

fabianlouis - Hey Buildship. Is there a way I c...

Hey Buildship. Is there a way I can export the code created by BuildShip, e.g. like in FlutterFlow? I see Vendor Lockin as a huge issue.

tom - Hi, Buildship community. Can we perform a...

Hi, Buildship community. Can we perform a search on logs? If not, will it be possible in the 2.0 version?

swipe - Buildship feature question: The "Re-Tes...

Buildship feature question: The "Re-Test" button appears in the logs, but NOT if the result was an error. In fact, I'd specifically like this button to be available for Error cases to re-run failed requests once the bug is fixed. Can this be added?

Jorge - I need to access a specific collection ...

I need to access a specific collection in Firebase using the buildship tool. To do this, I need to apply a filter since my goal is to get and analyze the messages from the "messages" collection which is a sub collection of "chats" (here is the complex part). My goal is to be able to apply that filter in Buildship natively so I don't have to send a list of documents from the backend which would not be optimal Conclusion, I need to make a query in Buildship to a sub collection in my Firebase applying a filter. Is there documentation or video about this? Any project that I can copy? Can you send me a video with this same method but in firebase? I can't complete it, it's confusing to me since it's not done in firebase...

Brian - Any intel if BuildShip v2 will be in ea...

Any intel if BuildShip v2 will be in early access by today? They announced that it will launch in October?

Marcio Pereira - Hello, is everything ok? I wou...

Hello, is everything ok? I would like to know if it is possible to send an HTML message in the body of the email via Buildship. I tried entering the HTML directly, but since the platform appears to only accept JavaScript, I was unable to get the content to render correctly. Has anyone tried this or have any tips on how to do it? I'm new to the platform and any help would be greatly appreciated!

CoxDigitalcl - good day everyone. I'm rtying t...

good day everyone. I'm rtying to find out if Buildship works for my workflow: i need the user of my website to be able to upload a file (using a regular form) to open ai. Open ai then analizes the file (i mean it reads the content of the file) and returns a response based on the analisis. I tried looking for an integration such as this, but i couldn't find anything describing an scenario where the user uploads a file the way i want. Is there any way to do what i need with buildship?...

Mike - Hi everyone. I'm looking for a BuildShi...

Hi everyone. I'm looking for a BuildShip node to upload a file from BuildShips GCP storage to OpenAIs Vector Store if anyone is willing to share? (Or is there one already posted here someone - or in BuildShip! - that I have missed?)
Solution:
Hey @Mike, indeed you can achieve this by using a custom node at the end of the loop to return an object that contains the file ID and file names, and any other fields you want to return. The idea is that because this is the final node in the loop, the object returned will be appended to the final array the Loop node will output.

yehudap - Hey guys!Does anybody knows how to r...

Hey guys! Does anybody knows how to read correctly ValidatemySaaS reports? They gave me a lot of info but I'm having a hard time to grasp a conclusion on the info...

Fe_Rojas - Hi all! Anyone knows if there is a w...

Hi all! Anyone knows if there is a way to make a buildship workflow that triggers with an api request to be idempotent?
Solution:
Nope, it won't duplicate data, each time the user makes makes (either one or multiple) the request will take take the data from query for these methods which will be different and you can handle it on frontend side (or from where you are making the call). All executions are tracked and registered separately even if they are made at same time.