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

HandsomeBoy - I'm looking for someone to work w...

I'm looking for someone to work with. If you are interested, please feel free to send a DM. They must be a skillful developer fluent in English.
Solution:
@HandsomeBoy, you can connect with our verified BuildShip Experts here - https://contra.com/buildship

Mikban - Is there a comparison any where that c...

Is there a comparison any where that can give me insight on pipe dream vs build ship? https://pipedream.com/...
Solution:
Hey Mikban, we dont have exact comparison with this tool - but in general BuildShip is geared towards being much more flexible where you can create your own nodes or edit any node there. We also have option to bring your own cloud and have at cost compute meaning as you scale the pricing works for you rather than against you - as it typically does in many nocode platforms.

Jared - Hi. I'm using webflow to build the app ...

Hi. I'm using webflow to build the app and I'm using memberstack for sign up ang login forms. I have 3 forms that is different from signup and login forms. There is 1 form that buildship doesn't recognize the trigger of webflow form submission. While looking into it, I found out that the reason is the form includes a free plan from memberstack. I need help with getting the data from the form with a free plan.

FLKyle - Hi all! I'm new to buildship..I'm tryi...

Hi all! I'm new to buildship..I'm trying to add a delay action to wait 13 days after a specific trigger that I've created before moving on in the workflow...I'm not sure how to do this..Anyone available to help?
Solution:
Hi @FLKyle, Use a cron to check the specific workflow execution instead - https://docs.buildship.com/trigger-nodes/scheduled-cron as 13 days delay isn't an ideal case and is not feasible.

Jrocks - I added a new member to my account and...

I added a new member to my account and want to assign them as a co-owner, allowing them to do everything I can do as the owner, such as updating payment information, billing, etc. Is this possible?
Solution:
Hi @Jrocks, One project/workspace can only have one owner, currently, you cannot make a new co-owner, if you want to change the owner who can update payments and other items on your project, you can share their email (via support-request), and we can update it from our end and get you all setup.

Cyber | Senpai - count is zero and no text is f...

count is zero and no text is found in the db then why?
Solution:
@Cyber | Senpai, did you created an index first before performing full text search on mogodb? If the count is 0, it means no indexed value is available to search on, please refer to this tutorial - https://docs.buildship.com/tutorials/mongodb-search#full-text-search
No description

Vito_Corleone - Hi new to buildship , when crea...

Hi new to buildship , when create firebase user trigger it requires no authorization code in buildship run mode ,but when i am trying to add it to flutterflow end point at ask for aythorization code to send a post request. need help . sorry new to buildship
Solution:
It is for authenticating and validating the user, For logging and singups you need to handle it from frontend.

Matthew - anyone else getting this error when t...

anyone else getting this error when trying to test Unexpected token 'r', "request en"... is not valid JSON...

Matthew - Hey i have a large json data set comi...

Hey i have a large json data set coming in from an API. I want to parse that data then add it to my supabase table how do i do that
Solution:
@Matthew, Sharing a workflow here that can guide you how to achieve what you're trying to do. Notice in the object input how you can access the specific fields you want to insert in your supabase row. https://buildship.app/remix/6582d840-ddac-479e-a646-45111f1d96d7

jasmeet22 - I am learning making APIs using bui...

I am learning making APIs using buildship. Anyone want to join me ?

Dong - I would like to build a simple web app o...

I would like to build a simple web app or a dashboard to collect the data and will have some calculations and statics in it. Is that Buildship will able to create that kind of web app? I want to use MySQL and PHP. I have my own server so it that Buildship allow self-hosting after completed the project build?
Solution:
Hi @Dong, you can use BuildShip to create the backend for your web app, you can easily connect with your MySQL or any other database https://docs.buildship.com/database/mysql and integrate with any frontend. BuildShip provides the self hosting option to host the server on your own GCP (more providers to be supported in near future), using Bring your own cloud offering, you can chekout breif at - https://buildship.com/pricing...

Cyber | Senpai - Hi why I cannot send a success...

Hi why I cannot send a successful request when I test the api?
Solution:
Hi @Cyber | Senpai, you can do a Full Text, or semantic search using the existing mongodb nodes and then use the branch node to check if the email exist then process to next step. You can refer to this documentation - https://docs.buildship.com/tutorials/mongodb-search...
No description

Ryan C - is anyone else now getting "Cannot fin...

is anyone else now getting "Cannot find module '/usr/src/app/bucket/builtNodes/" errors? my workflow was working fine a couple hours ago and now fails on all runs. ive made no changes on my end.

Ledouble - Hello, has anyone ever encountered t...

Hello, has anyone ever encountered this error when trying to publish a workflow? Failed at managing trigger node. Error: Couldn't save project environment variables...

jasmeet22 - Hi, I am chatting with supabase. Bu...

Hi, I am chatting with supabase. But it returns below response:
It seems that you've uploaded a file, but you haven't provided any instructions or a specific question regarding the file. Could you please let me know how you would like me to assist you with this file?
It seems that you've uploaded a file, but you haven't provided any instructions or a specific question regarding the file. Could you please let me know how you would like me to assist you with this file?
can someone please help me what wrong I am doing....
Solution:
@jasmeet22 as mentioned earlier in discord message and email support, you need to just disable the RLS in your table to make this workflow work, did you refer to the shared documentation and video tutorial in email?

Darshan - Hi, is there a way to upload files up...

Hi, is there a way to upload files uploaded to GCP storage to openai? Unable to do so using download url. or upload local file to openai using cutom node?
Solution:
Hi @Darshan, you can use the file upload trigger on BuildShip to upload local file and upload it to GCP storage using upload file node. Here is a video on file upload trigger: https://youtu.be/LTqZZn6uTuw?si=2JeuJJO6E8UhoQhq...

Bry - Hi there, I might have missed it in the d...

Hi there, I might have missed it in the docs but I couldn't find any info on how to "unship"/disable a shipped workflow. Not even Google can help. Anyone has any idea? Thanks.
Solution:
Hi @Bry, Currently deleting the workflow is the only option to stop the deployed(shipped) workflow. (Note: you can copy/paste the workflow file before deleting it to prevent loss). For now, you can create PROD and DEV workflows separately to manage different workflows....