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

Buildship+Whatsapp = Decision Tree

Hello. Can we create a Decision Tree in whatsapp using BuildShip? Regards...

Scheduled Emails failing to ship

I just started using build-ship and decided to use the scheduled emails template to see how everything works. I've tested my workflow, and I'm getting green lights. Everything seems to be in order, but the workflow fails to ship every time I try. Any advice would be helpful!...
Solution:
can you try agian now

Parallel Ai Assistant Node

I am making a AI chat application using the AI Assistant builder. I am using multiple assistants in a parallel node. Sometimes I get the “too many requests”. Question: Could this be because I make parallel multiple requests at the same time? Would it be better to do a sequential one after the other request? Any ideas are greatly appreciated.
Solution:
Hi @01iver, In parallel node each node element's input is processed oncurrently and will run other nodes at the same time resulting in to many requests. You can go with sequential or add execute Assistant based on different cases using Switch Node.

Authorize api request URLs

Please how do you authenticate/authorize a url of an api request so its only taking requests from users of your app? Lets say you have a buildship api in flutterflow that triggers some api cals in the backend, but you don’t want everyone flooding the api call with lots of requests, you just want your users of your app to have access to that , how do you do that? Because the api url to trigger the buildship workiflow is going to be public …so how do you do that please?
Solution:
You can use authorization headers in your REST API request, refer to this - https://docs.buildship.com/tutorials/secure-api.

Stream OpenAI Assistant Node

I love the new stream response node. Thanks for all the hard work. Question: Is there a way to stream the response from the OpenAI Assistant node?
Solution:
its openai limitation for now while the assistant api is in beta

Meditation App

I am currently trying to get the meditation template to work as I want to make something similar, however I am getting these errors and I am not sure what it really means so I was wondering if anyone else has run into this or can point me in the right direction? Thx!
No description

Confusion with Stripe Trigger.

I would like to trigger on a stripe purchase for a specific product, not every purchase. Is there a way to only trigger when it’s just that one product type? I would also need to get the email of the individual who made the purchase (if they buy the product that would trigger the workflow)....
Solution:
triggers can only be set on the stripe events level, but you can add a condition node as first node to check for the specific product

How upload data to MySQL from a CSV file?

I am trying to create a node to upload data to my MySQL table, using a CSV file as source. My code is this: import mysql from 'mysql2/promise'; import { createReadStream...
Solution:
Hi @Hamilton T da Silva, I'd start by breaking this up into at least 2 nodes: one to handle import from csv and a second for loading to the DB. My preference would be to import from the csv to JSON and then load the JSON via the SQL Insert row node (in the attached screenshot). ...

Log errors

I'm not sure if this is a bug or if i'm not referencing the JSON path array correctly from the previous node or if this is a syntax error, but i'm getting this : Cannot read properties of undefined (reading 'values') Please see attached screen shots. Thanks!...
Solution:
Hi @verismo007 The issue is the log condition you have added, as the result type returned by the Get Sheets Node is an object, and the logs you are trying to access are with the array method. To fix this you can click on update output schema from the result of your Get Sheets nodes to access the values array directly and use it as a variable then you'll be able to apply array methods over it.
No description

Whatsapp Audio - BuildShip + Twilio + OpenAI

I am trying to integrate openai with twilio to receive and respond users with audio messages on whatsapp. Haven't find so far in buildship a way to receive audio messages from whatsapp, so i can use whisper to translate to text and handle from there on.... anyone had any experience with that?? Thanks!...
Solution:
Hi, we recently added a template to help you with this. This works for audio messages only. Also, this video can help with setting up your twilio/openai api keys and connecting your workflow with twilio: https://www.youtube.com/watch?v=QyR8Sautvhg

Help with framer and Discord Webhook

Hi there, I have sucesfully integrated a framer form using the tutorial posted via youtube. I can sucessfully send the data to Supabase but I cannot send a discord message using Webhook Bot integration. The logs say success but no message goes to discord. (I am using the correct webhook URL) My workflow is pretty simple. Any help would be greatly appreciated. I am just trying to post a message when a user signs ups or when a form is submitted...
No description

Is there a standard way to create DTO ?

Hi, in classic APIs it is common to transform the records coming from a database into DTO. Is there a standard way to do this in buildship, or should I create a custom node ? Thanks !...

Gemini Multimodal Error

I'm facing an issue with gemini-pro-vision model to analyze an image. Does anyone know how to resolve this?
No description

Strange UI typing bug

When I type in any field, such as the feather notes box or in any node string, there appears to be a weird race condition going on where various characters are being dropped, moved, and deleted after having been typed; seemingly at random. To test this, I typed the alphabet and got: abcdefhijlmnoqrtuvxwz This is a new bug, have not seen this behavior before....

GPT-4 Vision node error

Heyy, I need help I am trying to follow the GPT-4 Vision tutorial but when I test the node I got this error message. I created a openAI secret with the link provided on instructions. The article on the console says something about pay to use GPT4. Do I have to pay to test it?...
No description

While loop implementation

I want to implement a while loop logic that runs till the condition is met. How can I achieve that using loop and branch nodes.

upgrade isnt working. also i get errors

also i get errors "Cannot read properties of undefined (reading 'email')" for no reason
No description

Telegram Ai bot which uses Information from given PDF Files to answer customers messages .

Can someone from the support team dm me or something I need help.

Why wont GPT Vision work

When using the GPTv4 Vision node or any visual node I get this error message. Does anyone know what's happening Even the Buildship support email is no help. I can't find any documentation on this and no one else seems to have the same issue. Error: An error occurred while fetching: SyntaxError: Unexpected token S in JSON at position 0...
No description

Storybook Template error

Hi, I watched the tutorial of BuildShip today and try to run it on Hoppscotch.io and get this error. What could be wrong? Thanks a lot. Buildship is amazing for no coder. Jason { "error": {}, "label": "UUID Generator",...