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

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....

Jrocks - Can we lock a workflow to prevent acci...

Can we lock a workflow to prevent accidental updates or deletions?

_+_ - Hello! How do you set up a workflow that ...

Hello! How do you set up a workflow that starts with a new record supabase trigger and returns the info from that new record?

FJP#84 - Hi there, is it possible with buildshi...

Hi there, is it possible with buildship to create a custom api response based on events in Supabase? Lets say my input is a month, i want to fetch all events in that month, but the response should render all days in that month and render the events that have a start date that correspond with that day. Thank for the reply...
Solution:
Hi @FJP#84, you can start with the supabase trigger to capture events on crud operations - https://docs.buildship.com/trigger-nodes/supabase-trigger then use the fetch table data nodes. You can start with this and share if you get any blockers in implementation.

muicci - Hi community, I've got a question. We ...

Hi community, I've got a question. We collect API keys on our platform from our clients to be used with Buildship workflow. What would be the best and safe way to do that?
Solution:
@muicci you can also check out this Bring your own key tutorial that would work well here for allowing the users of your platform to use their API key in the workflows https://docs.buildship.com/tutorials/byok

jiefu95 - Hi, with the buildship streaming API ...

Hi, with the buildship streaming API with flutterflow taught on Buildship YouTube channel, it seems like the texts are not coming in as smooth as they should be. They are all coming in chunks rather than word by word as you would have expect from OpenAI. Any reason for that?
Solution:
Thanks for the reply. I figured out the problem is choosing Cleaned Chunked Text instead of Server Sent Events in Buildship. It makes the result being sent in chunked which doesn't looks good for my needs. Hence using the SSE solved the issue. Thanks heaps!

Ahmad - @BuildShip team, may I ask for some cla...

@BuildShip team, may I ask for some clarity on what this error means when viewed in the version history of a workflow? When I view any of the versions every node in the workflow has that error. I'm kind of terrified of having to restore versions.
Solution:
Hey @Ahmad, it should not give you any issues in your restored version, you can restore to any version safely, it won't break your workflow nodes. We'll push the UI fix in the next release soon.
No description