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

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

bfg - the rowy tables in use for my project are...

the rowy tables in use for my project are displaying when I navigate to https://rvwfyi.buildship.one/ I can read and write to them via buildship. How can I fix this?...
Solution:
@bfg 1. Click on Add table at https://rvwfyi.buildship.one/. 2. Then in the collection name ensure to add the collection name of the missing table. 3. It should show the available data after creation, you may need to import it. (You can follow the guided setup)....

adrfinance - I think there is a bug in copying/...

I think there is a bug in copying/pasting nodes in Buildship. I am getting an error 'Clipboard is empty' when I try to copy and paste a node within the same workflow.

adrfinance - Hello. Let's say I have 2 workflow...

Hello. Let's say I have 2 workflows. Workflow A has 20 nodes and Workflow B has 20 notes. Let's say I want to get all the nodes from A and copy paste them to B. Is there a way to do that without having to copy paste every single node ?!?!?

serge - hello, i am trying the gmail node and w...

hello, i am trying the gmail node and when i putting the receiver email, the email came to my email as me (without sender email)
Solution:
For now, if it works with your usecase, you'll require to build an API key version of the it, and then your user's can upload their own keys via FlutterFlow - https://docs.buildship.com/tutorials/byok using BYOK.