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

Youtube template is not showing

Hii, I went to template and search for Youtube template but its not showing me in template section. Here is the screenshot for the same. I watched a youtube video in which author is using youtube template but its not showing in the app
Solution:
Yeah I'm fairly sure YouTube tightened up on what was freely available with their API, you can probably still do this but you would have to investigate the current options available on the YouTube API, and it might be a paid feature, sometimes things change. You might be able to get a similar result using the dynamic scrape web url node in Buildship to search youtube videos for a particular topic, but you would have to set that up yourself https://youtu.be/OJZzwcgjKW8...
No description

FlutterFlow transcribe recorded Audio through BuildShip API

Hey everyone, I'm trying to get this work: User records audio which then should be transcribed and returns the transcribed text. Is there already a workflow for this specific use? Currently due to the storages rules BuildShip cannot read the URL, and when I open the rules it says there is no valid audio file format....
No description

Webapp login error

Hey team. I signed up with my google account and have been seeing this screen on my homepage ever since. Can we please have a look at it.
Solution:
Hi @0xsolboi Could you please DM your email or workspace ID to me?
No description

How to add an item to a sub-table and also access the sub-tables entries with the parent item.

In this documentation it is just said that "You can then add fields to the sub-table as you would in any other table." But how do I add items via a BuildShip workflow? And how can I read from the sub-table via the parent item ID?

Webhook callback URL or verify token Just Won't Work

I've tried multiple ways, and I've followed all the steps correctly but nothing can get Webhook to verify. I'm trying to create an OpenAI Assistant through Whatsapp Chat, but I'm getting nowhere on the verification stage.
Solution:
H @Sadoon did you check out the docs and video?https://docs.buildship.com/triggers-bots/whatsapp-bot.

GPT crawler template missing

Hi there folks! I recently watched a great tutorial for crawling https://docs.buildship.com/ in order to use the information as the knowledge base for a custom GPT. Im trying to create a Buildship helper just like shown in the tutorial here:https://youtu.be/DjAW3GgpZE0?si=jIsve27hAxqjonHL The problem is, the GPT crawler template can't be found anymore. Is there an alternative template for this somewhere? I'm a beginner and struggle to make this work. Thanks!!...
Solution:
Hey @Juhana, you should now be able to see the v2 version of the GPT Crawler template in the template library. You can simply go to the templates section and search for "GPT Crawler" or click here to remix directly into your project.

Processing of the open ai assistent function

Hi, I have a standard open ai assistant set up on buildship, now I need to add and process a function, i.e. the assistant asks the user for email and if the user sends their email - the data is passed to bubble, if not - the dialogue continues. How to add function processing and pass user's email to bubble?
Solution:
@MaryTik hey there! If you need help with Buildship I offer one-hour calls. You can check my profile here: https://contra.com/sebastian_escalona...

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