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

Jettknives - Hi guys, question. If we develop...

Hi guys, question. If we develop and integrate an AI chat assistant for airtable, is it possible for the AI assistant to store data inputs from users and save it in the airtable database? for example asking it to input value in certain fields and save it. another question what are the file types that can be uploaded analyzed by this AI assistant, will it have the same power as chat GPTs assistant that reads through many types of document? ...

Matthew - what would be best practice to ensure...

what would be best practice to ensure that if an API call failed, that it would be able to run again until it succeed? Just wondering in the use case of if the sever timesout
Solution:
@Matthew,what's the max timeout your API will expect? The default is 5 minutes. To handle failures on node level you can use onFail - https://docs.buildship.com/features/node-failure...

Infinia.me - The whatsapp webhook only work wit...

The whatsapp webhook only work with text message? I want work qith images or vídeo, I need Twilio?
Solution:
Hi @Infinia.me, you can instead use whatsapp bot trigger and use the Attachment Auto-responder node example remix - https://buildship.app/remix/b0757c3d-74ff-4651-8789-96bd48fb4530

acoolio - Newb here! I'm about to rebuild an en...

Newb here! I'm about to rebuild an entire web app, and could use help with a few questions... First, should I start building now with Buildship 1, or wait until Buildship 2 is released? For example, when v2 is release, would a v1 project automatically work with v2? Or would I have to re-create my project in v2? Second question: Which database works best with Buildship? For example, I know Supabase is cheaper than Firebase, but are there certain advantages I'd get by using Firebase over Supabase?...
Solution:
Hi @acoolio You'll be able to migrate your workflows from V1 to V2 easily. For now, you can start building your workflows on V1. Workflows built on v1 will be compatible with V2 as well. For database you can try BuildShip's in-built firestore database, which allows you to perform CRUD operations and visualize the data easily - https://docs.buildship.com/database/buildship-db...

Victor M - How to connect a column from one Tab...

How to connect a column from one Table to another column in another Table?

Jrocks - Is it possible to get notified if an e...

Is it possible to get notified if an error occurs in a workflow? I understand you can add error handling at the node level, but I'm looking for more of a global workflow solution. This way, it's easier to address issues without having to check individual workflows if an error occurs
Solution:
Hi @Jrocks, stay tuned for BuildShip v2, there will be better error monitoring and notification. Feel free to signup here - https://buildship.com/v2-early-access

RenanG - Hello everyone, @Gaurav Chadha could y...

Hello everyone, @Gaurav Chadha could you help me with the information we were discussing over email? I'm trying to make the connection with N8N. Thanks!
Solution:
@RenanG, you'll be require to pass the data in the body, please refer to the image
No description

Rahim - Hello, I'm looking for a tool that will...

Hello, I'm looking for a tool that will help me create bulk ads across multiple meta ads account. I'll need to be able to edit the ads for example use different audiences, choose different pages, connect to different lead gen forms, etc. Is this something anyone here can help with?
Solution:
Hi @Rahim, that's a great idea, you can check out our Experts Program and connect with them to help you build your logic - https://contra.com/buildship

kokakola - I mistakenly deleted my node, how ca...

I mistakenly deleted my node, how can i restore it?
Solution:
Hi @kokakola, if you had shipped your workflow once after adding that node, you can restore your workflow to previous version to get that node back, if not unfortunately it cannot be restored. We'll be adding a confirmation prompt before deleting a node to prevent accidental deletes....

Chris Wright | Brandmember - Is there a better ...

Is there a better link to the one sent out in the email just now, flagged on security but I really want it 😊

Matthew - Really need help on setting up a groq...

Really need help on setting up a groq streaming node. As ive tried it all and nothng is working
Solution:
@Matthew , and here's a sample workflow you can test out: https://buildship.app/remix/15dd9949-949d-418e-a40d-e17ebfefc06b

Matthew - does buildship have a groq output for...

does buildship have a groq output for streaming

pablonaj - what's the best way to activate/deac...

what's the best way to activate/deactivate a cron job? I would like to have an even firing every day, but would like to have the option of it not running some days (I want to be able to chose on the same day if it runs or not).
Solution:
@pablonaj Currently, deleting the trigger or workflow stops/deactivates the workflow. For your case, you can just delete the Cron trigger, and replace it with REST API Trigger and then ship again. The cron will stop running.

Matthew - Ive been trying to make changes to my...

Ive been trying to make changes to my node logic in an api call and everytime i try to save it the code reverts back to what it was before. ive clear cache and everything any idea whats goign on

Julius - anyone experiencing the same thing now...

anyone experiencing the same thing now? None of the variable editor is working https://jam.dev/c/cf9c5191-c737-442d-bd1c-ee82ddf6d49d...

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?...
Solution:
Hi, great question. Short answer, all of this is possible in BuildShip. Here's a recording that shows filtering a sub-collection in action.

serge - helllo , I am sending message in body t...

helllo , I am sending message in body the following: ` <p>Cher/Chère ${ctx["root"]["request"]["body"].username},</p> <p>Nous sommes ravis de vous informer que vous avez gagné un(e) <b>${ctx["root"]["request"]["body"].win}</b> avec xx! 🏆🎁</p> ...

Matthew - I have an AI Chat flow, I want to all...

I have an AI Chat flow, I want to allow users to uplaod files and the AI read froom the files. what is the best way to do this in builship
Solution:
@Matthew, you can checkout File Upload Trigger -- https://docs.buildship.com/trigger-nodes/file-upload along with BYOK where your users will be able to use their own keys - https://docs.buildship.com/tutorials/byok