BuildShip

B

BuildShip

Join the community to ask questions about BuildShip and get answers from other members.

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

Parent Label in Subtables

I would probably like to create a subtable field in my collection. Though what exactly is the "Parent Label" I have to set in there? Isn't a label just for identifaction of the field? But the subtable field already has a column name, so what is the difference?

How to implement a Login with Linkedin Auth flow in supabase?

I am using toddle for my front end and Supabase for my database and for my auth flow. I would like to use buildship as my backend and I am looking to implement the login with linkedin flow in via supabase. Things I have tried: 1. I dont see a supbase auth node in the workflow builder 2. I tried doing a simple http call to the url https://<xx>.supabase.co/auth/v1/authorize?provider=linkedin_oidc&redirect_to=https://mysite.com/rediect...

Seeking new work as a software dev

I’ m a talented FullStack Web & BlockChain developer who has strong can-do attitude and high responsibility. Followings are my experience and skill sets: - ​​Frontend: React/Redux, Next.js,Remix.js, Vue/Nuxt.js, WordPress, HTML5, CSS3, JavaScript/TypeScript, jQuery, Tailwind CSS, Bootstrap, PHP, CI - Backend: Node.js, Express.js, Nest.js, Laravel, Golang, Python, java/springboot...

Does a BuildShip database table have a item limit?

I was wondering if tables on the BuildShip database have an item limit...and if yes, if it is related to the subscription plan in some sort. I can see that there is a maximum table limit of 50 for Pro plans, but I cannot see any table item limits. Do the items in the table somehow count into the storage?
Solution:
@Brian no limit on number of items on table.

New workflow setup -

Hi guys, I'm looking for someone to setup a workflow for me that will involve a few steps: - Load the input from discord or some other place. input_1: "100 small and medium size startup companies", input_2: "CTOs, CEO, Founder" - Get the names and linkedin addresses of 100 companies via AI model...

Updated OpenAI Assistant (Stream Response) doesn't seem to be consumed correctly anymore.

Hey everyone, I'm trying to (re)create a workflow I've built before. Simple REST API call to OpenAI Assistant (Stream Response) to return stream response. Somehow I don't get the stream anymore. All I get returned is the null signal for the end of the stream. I've added listeners in the node code, so I can confirm that the node is calling and receiving correctly, it just doesn't "return the content". Any ideas on what the problem might be? ...
No description

Append to Array Variable

I'm retrieving data from Supabase using the Get Row node. I want to loop through the results and create a string with the relevant fields (something like: "<<firstname>> <<lastname>> will expire in <<days_until_expired>> days". I can do this when using the Log Message to Console without a problem. I want to store these strings in another variable (probably array) but I don't know how to append to an array variable. I keep getting "undefined" or "Cannot read properties of undefined (reading 'push...

Get email attachments

Hi, I trying to replicate a workflow that I have running on FastGen, this just have a email trigger and get me a public URL that I can send to a external API to be processed. With Buildship I'm stuck on the first step: I already got the email and I can get the list of files attached, but, how can I access the actual files? I'm trying to save it to Buildship File Storage, can someone please help? Thanks!...

Data Transformation

Hi all. I have a generated json, which has children, and some children might also have children. I created a loop, to iterate through them, as I also need to update those children, by adding new key value to them, separated by switch case, based on child type. So question is, how can I get final, updated data? If this was JS code, I would use recursive function, or reduce, to have new updated data, or with foreach modify original data. But I can't figure it out on here. I looked through documentation, and videos but couldn't find anything like this...

The default Firebase app already exists

I have the following Flow: 1. Inputs 2. Switch based on one of the inputs 2.1. Condition 1: 'Execute BuildShip Workflow' pointing to a 2nd Flow 2.2. Fallback...
Solution:
Hi @Luis on the share flow via suppot request, you are using a custom-created Firestore Collection Query node, which has the issue in the node logic, you are initializing the App with firebasae-admin/app each time the filterFiresoreDocs function is executed. The app should not be initialized more than once. We already have a node for the collection query, I recommend you use the library node instead, which is using the google-cloud/firestore, to avoid this issue, you can modify it with AI to add...

AI calendar Planner

Hello All, I'm new to buildship and stoked for Buildship deployment, I followed the YouTube video to have an AI calendar planner setup...
No description

FlutterFlow Authentication

Getting this when trying to authenticate with FlutterFlow, any ideas? {"error":{},"label":"Get Secret","message":"Cannot read properties of undefined (reading 'configSecretKey')"}...
No description

Sign-In Error on mobile and desktop

I noticed this issue about 10 minutes ago.
Solution:
@lux_maximus should work now
No description

Breaking the loop and triggering the next loop

If a node encounters an error in the loop, can I trigger it to break the current iteration and proceed with the next loop for the next object?

Flow error: Cannot read properties of undefined (reading 'length')

Hello! Have you managed to fix this error? I can't ship my workflows 😭
No description

When I try to ship a flow I get this error. But when I test I do not see error.

Flow error: Cannot read properties of undefined (reading 'length') Connected triggers...

400 The v1 Assistants API has been deprecated.

Testing my workflow after using the 'Chat with Supabase' template and I followed the exact same steps as outlined in the tutorial posted on YouTube. I keep getting this error message after testing: 400 The v1 Assistants API has been deprecated. Please try again by setting the header 'OpenAI-Beta: assistants=v2'. See the migration guide for more information: https://platform.openai.com/docs/assistants/migration. I went to the headers section and changed the header value to OpenAI-Beta and the value field beside it to assistants=v2 as per the migration guide, but still no luck....

Buildship Staging vs Prod environments

Hi there, I'm looking for some best practices on how to communicate with my Staging and Prod environments in Firestore using Buildship. The documentation is talking about Environment Variables (https://docs.buildship.com/env-var), but it doesn't really answer my question. Is there an official way in Buildship to switch between my Firebase Project IDs so I can easily switch between Staging and Production? ...