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

Your Majesty - Just as I was struggling with de...

Just as I was struggling with debugging for about an hour using the LOGS, an update to the logs came through!!💯 Which helped me SOLVE my problems in an instant 😩😭 I could see the inputs and outputs of the node that was causing problems and based on those values I could fix the issue!🎉 Now you can view detailed “inputs” and “outputs” for every node in your workflow in the logs!!!🎉🎉…Debugging just got super super easy with Buildship!😩😭🎉🎉 I’m so happy! Love you @harini ❤️ Love you all at buildship working tirelessly for us to make our work and experience with buildship seamless ❤️❤️😭😭🙏🏾...

Matthew - Hey wondering if ther is a way to sch...

Hey wondering if ther is a way to schedule the api run? Currently using flutterflow and want to run the api every hour or so. Can this be accomplished through buildship?

Frankie - @Harini @Bhavya Hello, Buildship noob...

@Harini @Bhavya @Gaurav Chadha Hello, Buildship noob here. First I would like to say I'm really impressed with the platform as a nocode developer building with Bubble. Started exploring buildship few days ago and I have made a huge progress with what I'm building. Right now I need help with the Remotion regarding this template here - https://github.com/remotion-dev/template-tiktok I want to be able to generate such captions for my videos inside of Buildship. I have spent the last 2 days without any luck. Thank you...

Savannah - I'm not sure how to use variable, bu...

I'm not sure how to use variable, but I got this error. Any one have any idea?
No description

red812 - Hi, my buildship workflow is stuck on ...

Hi, my buildship workflow is stuck on building, no logs show up at all. how do I find out whats wrong?
Solution:
Hey @red812, thank you for also sharing over support, sent you an email, we have verified your worklfow and tried sample test, it is showing logs, please refer to more informtion sent via email.

iDontknw - Also , when texting api call in flut...

Also , when texting api call in flutteflow the body jSON response is NULL - however correct data is displayed in the Raw Body?

iDontknw - Hi everyone I can’t find the OpenAI...

Hi everyone I can’t find the OpenAI chat -...

Link - Hello everyone, Why the firebase import...

Hello everyone, Why the firebase import have "Cannot find module 'firebase-admin/app' or its corresponding type declarations" merci 🥖...
Solution:
Hi @Link It should not affect the working of the node, let us know if you get into any issues due to these errors. We'll push a fix for these error warnings....
No description

HocusPocus - Hi guys, from the ai assistent tem...

Hi guys, from the ai assistent template I want to modify the response time as now the message and response are almost simultaneously. I was thinking of adding a delay on conditional visibility in FF. I saw that there is a random data option so it might be possible to randomize the response time for the assistent. I appreciate every help.
No description

swipe - Seems to be a bug in the OpenAPI JSON G...

Seems to be a bug in the OpenAPI JSON Generator node could use some love as it seems to be either be broken or not functioning as expected: 1. jsonResponse is legacy from a previous node and probably should be removed from the code 2. The node does not seem to output an object, but a JSON string instead. Perhaps this is as-designed, but it was not intuitive. I changed the final line to: `const output = response.choices[0].message.content;...
No description

Holden - Also related, For the flutterflow stre...

Also related, For the flutterflow streaming assistants video released today, will the streaming work on flutterlow desktop apps or only flutterflow mobile apps?

Holden - For the flutterflow streaming assistan...

For the flutterflow streaming assistants video released today, does that assistants node support the 4.o model? Great job by the way.

serge - hello, can buildship add Conversions A...

hello, can buildship add Conversions API from Meta as node thank you

dankmango - My logs keep disappearing and no on...

My logs keep disappearing and no one is getting back to me. I have logged support tickets, spoken to @Gaurav Chadha and still nothing. I am not able to debug anything since I can't see the logs.

Roco - Hello anyone here know what to usually p...

Hello anyone here know what to usually put on the local file path, in buildship file upload node?
Solution:
Hey @Roco, it will be the file path (destination) where the file will be uploaded, you can click the info tooltip to get the examples.

Ethan Tan - Could we please get a Gemini node w...

Could we please get a Gemini node with a Streaming response? Gemini 1.5 Flash and 1.5 Pro are great with a 1M context

saurabh - I see response here but not in return...

I see response on the firestore node but not in return node, what wrong am I doing ? #💬・general
Solution:
Use this, then it should sort order correctly. Fixed in the node tooltip tip too. Eg: [{fieldName: "asc"}] or [{fieldName: "desc"}]...
No description

ruben.romero - Hi! I’m getting an “400 invalid ...

Hi! I’m getting an “400 invalid schema for function” error in my open AI assistant node, i’m trying to make my assistant capable of sending emails using sendgrid dynamic email node, the error says that “toAddress” is missing in context which is not true because is a fixed value and sendgrid node works just fine when i test it alone, how can i fix this pleaseee help, thank you
No description

Holden - Do I need to adjust anything within Bu...

Do I need to adjust anything within Buildship to have my AI Assisstants node work using 4.o assistants api? I was using 4.0 turbo in the assistant itself so if I just adjust the model in the openai assistants interface will it work the same with my current Buildship flow or do I need to adjust something in Buildship too? Thanks!
Solution:
Hey @Holden, that's right, all you need to do to start using the 4o model is to configure your assistant over on platform.openai.com. Do make sure you're using the latest version of the assistant though, which is built to work with the OpenAI Assistant V2 API (the description of the node should tell you if it's compatible with V2 or not). If this is not the case, please replace the node with a new one from the node library....