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

Insufficient credits

I am new to buildship and start with api call for get request. I am a free user plan and it show message error that "BuildShip credit limit reached. Top-up credits to continue running executions." When I signed up it gave me 3000 credits and i have not use any credit and I still have this 3000 credits why it say insufficient credit.
No description

Dynamic Web Scraper issues!?

Hi I’m really struggling to get the dynamic web scraper to work as intended. Instead of performing the steps and then scraping the target div, it seems to be ignoring the steps or at least not performing them before returning the scrapes contents of the div on the starting URL. Definitely put the steps in correctly, including the navigation timeout. What’s going on?...

Content publishing

Hello, I'm trying to automate this process in the screenshot. but I'm not able to parse all the information and set the variables...
No description

help

Hello, everyone. I am looking for new job. Of course, it doesn't matter whether it is full-time or part-time job. I can do everything for you and I'll work with low compensation for that. 🎈What I can do...

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

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

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?

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