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

Luzzotica - Logging.log/warn/error breaks if yo...

Logging.log/warn/error breaks if you try to put in the "req" object. Can't figure out why. Maybe it's undefined? Working with a stripe charge.succeeded webhook request....

adrfinance - Hello, is there a way to somehow c...

Hello, is there a way to somehow check whether there has been some error in the connection with the database (e.g. database down), and return the appropriate message to the front end? How do I check for that in buildship?

Sam - Hello, Rowy & Buildship team @Gaurav Chad...

Hello, Rowy & Buildship team @Gaurav Chadha @Shams do you have a tutorial for config the Rowy extension PushNotification ? because i m stuck and i don t understand, can you help me team pls ?

brazley - hey, does anyone know how to use buil...

hey, does anyone know how to use buildship to create a vector database? i want to be able to create RAG models quickly where i take text, tijenize and chunk it, create vector embeddings of the chunks, upload to a database, then connect that to an openai api. I get the chat part. But the vector embeddings is tough

serge - hello, we need more content on how to t...

hello, please, we need more content on how to turn Framer into a SaaS website using Buildship, such as sign-in register display data, etc

bobjoneswins - Is there a way to connect with m...

Is there a way to connect with my postgresql database using buildship and or rowy?
Solution:
@bobjoneswins You can connect postgresql or any database in BuildShip by using preexisting nodes or you can create a new ingratiation to connect with the database of your choice using AI Generator.
Postgres integration is already available, you can refer to this - https://docs.buildship.com/tutorials/postgres....

bobjoneswins - I don't understand what "Rowy" i...

I don't understand what "Rowy" is, what is the relationship with Buildship?
Solution:
Hi @bobjoneswins BuildShip is a complementary product to Rowy, both solve different problems. BuildShip is a fully managed service where you don't have to worry about anything on any cloud console and you can focus on building and deploying without any friction. You can combine the power of both (Rowy + BuildShip) for advanced features using the Rowy Trigger which enables you to automate tasks seamlessly based on events that occur in your Rowy environment https://docs.buildship.com/trigger-nodes/rowy-trigger on BuildShip. You can also leverage the same table UI interface and feature of Rowy using BuildShip Database Tables - https://docs.buildship.com/basics/buildship-tables. We'll come up with a more descriptive blog on this soon....

adrfinance - Hello, is there a way to increase ...

Hello, is there a way to increase the speed at which the Buildship endpoints are being executed? We are seeing some delays when we run our app.. Can you help please?
Solution:
No Cold start will allow to deploy and execute your API's much faster, responsive without startup delays, ensuring constant availability for requests. It is available from Pro Plan - https://buildship.com/pricing

zeymer - Hi, is there a problem with zoom on th...

Hi, is there a problem with zoom on the block builder or its my computer? I cant zoom out and cant even scroll all the way to the left

Luzzotica - Is the AI Assistant Builder a node?...

Is the AI Assistant Builder a node? How do I get access?
Solution:
Hi @Luzzotica, you can get the OpenAPI schema for the whole workflow docs but it is not required to build the OpenAI Assistant. It is super easy to use the UI to create assistant, you just require to pass the OpenAI secret, Assistant ID and provide instructions/prompts. In the nodes inside OpenAI you can use auto fill to insert values automatically and Assistant will process it. Any feedback for improvements are welcomed. You can refer to this docs - https://docs.buildship.com/ai-models/assistant on how to bulid and connect Assistant with BuildShip....

serge - hello please add claude 3 function call...

hello please add claude 3 function call + API

RodrigoAz - Hi, Can anyone help me configure it...

Hi, Can anyone help me configure it to use a parameter when searching for this query? Example: https://my.buildship.run/select_person[account_id]...
Solution:
Hi @RodrigoAz, you can add a Get Query Param node and use the query key as variable from the node to pass in your SQL Query eg: (image) The value here is coming from query param node
No description

Webflow

I’ve watched every Rowy tutorial and read through every Rowy blog post. None of that mentions single or multi reference fields and how to add that to my Rowy table. It also never explains how to utilize the unlimited CMS items by displaying them on Webflow. It claims to do both of those things on the nocodecms .co website yet there are no resources to help get started with those claims. I am just trying to set up my Rowy with my 20 collections from Webflow so I can allow my team to start managin...

pedrovaz1997 - I used Google Translate to trans...

I used Google Translate to translate my message, if it's not clear, I apologize

pedrovaz1997 - Good morning guys, how are you? ...

Good morning guys, how are you? I hope so! Is it possible to integrate the buildShip API with Bubble.io? I would like to use the text generator using the YouTube video link.
Solution:
Yes, absolutely. You can refer to this video BuildShip x Bubbleio YouTube Videos to SEO Blog API - https://www.youtube.com/watch?v=UbyEUP9H0Kg.

Dina - Hi, hope you are doing well. I would lik...

Hi, hope you are doing well. I would like to offer AiBot listing on CMC Top20 CEX P2B - one of the best platforms for crypto startups with high security rate. Do you mind if I share more information about our options?...

Your Majesty - Please how do you authenticate/a...

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.

Your Majesty - Hey the firebase authenticate us...

Hey the firebase authenticate user node is not working. The node has new parameters and the documentation and videos is based on the old version of the node. The new version is not working and doesn’t even generate an endpoint no matter how you set it up. Its been like this for a week now, please fix or update documentation or videos on how to use it.

Sam - Hi, I'm trying to extract particular fiel...

Hi, I'm trying to extract particular fields from JSON using the "JSON - Concat Property Values" method. I can not extract the fields are numeric can you help me? If you have any tutorials or examples I'd love to see them, but if I don't quite understand the "JSON - Concat Property Values" function, let me know. If I understand correctly, the purpose of the function is to extract some fields and combine them together.
Solution:
Hi @Sam, you can instead use the Extract & Join By Key node for this purpose, you can see the example of this node being used in the the YouTube Video Blog Generator template. Clone the template and copy the node to other workflow. You can also hover over the node and click the info icon to know more about the node and it's feilds.