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

Unable to work with WebFlow Nodes

We have been working with Webflow integration for the past two months, managing various nodes that process, update, and delete data from the Webflow CMS. However, it has stopped functioning since yesterday, and we have submitted a support ticket.
No description

Issue parsing JSON from API Call

I am attempting to migrate an API call from Flutterflow to Buildship, but cannot get the output schema to work correctly. In Flutterflow the output JSON path is: $.agentReasoning[:].state.transcriptName So an array, with an object, with a string....
No description

Create new branch from existing workflow

How do i create a separate branch of nodes that starts at the middle of an existing workflow? When I try to create a new branch, the new branch automatically terminates at the old branch. I want to create a separate path, not redirect back to the parent path. Image attached of what I'm trying to do. Thanks for the help....
Solution:
@Stacker You can clone this workflow it is built on to of your shared workflow to showcase how you can add a separate branch from the middle of your workflow - (shared via email) Also please note that the Output/Return node acts as the ending point of your workflow adding any node below it won't execute.
No description

Unexpected end of JSON input in Branch

I am calling an GET and have it set to await. The response is good In the branch I check for a status of 200 and the count property being greater than 0 This isn't difficult but why does it seem to be so ... ...

No cold start upgrade

Greetings, I’m trying to add on the no cold start feature to my plan and wondering if there’s a way to accomplish this independently or if this needs to be handled by the support team?
Solution:
should be effective immediately. Could you please share your workspaceID, we can confirm. ps: you can find it under workspace settings.

Error in workflow Running

Hi everyone, I have a workflow which connected to cron trigger and in the workflow i have loop inside loop i have custom node .The custom node logic is it receive the url from loop and make api call to the url and fetched courses then enriched AI content in it and then save it to supabase. But the loop has 2.5k elements and each api call give me an average 500 courses. The issue is now that the workflow trigger and processes the courses from few pages and insert it into supabase too but after 15...

Please improve AI Assistants Streaming template

I have tested the templates for both Streaming Chatbot and Streaming API. On the high level, they are working for demo puposes. But for a robust solution, none of them meets the requirements. 1. For AI Chatbot Streaming: it doesn't parse the threadId, therefore, the chat session does not retain the the previous context. 2. For AI Assistant API: The output only shows the message(stream), but no threadId meta too. And the stream part is not json. ...
Solution:
I have finally figured out. Here is the solution. In case you don't get the Json output. You need to manually modify the node's code. BuildShip engineers put good comments there. Just uncomment the for the line stream.push("data: [DONE]\n\n"); and change the parameter to "Server Sent Events"....

A team assessment tool with Buildship?

I'm just trying to understand if Buildship even has capacity to do this kind of thing. Looking to prototype a team assessment tool which sends unique invites to participants, they submit answers to a survey, and once all responses have been submitted, the team leader can generate a PDF report that compiles their responses and pulls in suggestions and insights related to their scores. I believe Buildship can do HTML to PDF, can custom data and formulas be included in that? Can I create unique user IDs and group them so the report only pulls from that team's users for data? Are there any pieces of what I'm describing (in brief) that you know right now are not supported via Buildship?...

How do I delete Keys that I put in by accident in a node

I accidently input some information to the keys on a few of my nodes that I need to delete but I cannot figure out how to delete the keys. Here is a video to show what I mean: https://komododecks.com/recordings/vGGvpXJqedVGwLZscG0W...

Telegram Bot with Open AI Chatbot

Hello, I am running into an issue where I can get the Telegram Bot to answer a chat with a response from Open AI but I cannot determine how to get the Telegram Bot to perform that action. I saw videos where there was a way to get the Open AI to respond to a prompt if there REST API was the input but I'm not sure how to recreate that in this particular workflow. I also wanted to know if there is a way to have the Telegram bot respond to any chat, as right now in this workflow the bot is set up to respond to a specific chat id....

Pdf to Text conversion

Hi, I am building an application where I need to upload a pdf file, convert it to text and then pass it to Gemini api with a certain prompt. I am running with multiple problems regarding the upload file node and the conversion node.Could someone please guide on how can I manage to create the application in mind?

no data appear

i found out that whatsapp ai chatbot is faster go to market execution. then, i found out that we can create ai chatbot. I still on free mode here are some problem which i encounter along the way. i didt find any Whatsapp Intergation trigger only few option available which is Telegram, chatbot ai, REST API Call. ...

E-Mail Trigger: Emails not coming through to BuildShip

Is there something wrong with the Email Trigger? I have 2 workflows and neither are receiving the emails sent to them.

Json Array in API Call from Flutterflow

Hello, I succesfully built an API Call in Buildship that has the input cart as a json array but I struggle to configure the API Call in Flutterflow. There I have the variable as a json list but it seems like it gets passed as a json encoded string and not an array. I already try to change this in builtship but then the information inside the object can't be recognized any more. Has anybody experienced something simular or has a solution how to configure this in a way the information will still be accepted?...

Free Website/Store

Grab a free website design or store design this holiday season! Perfect for your business and personal brand. Comment β€˜interested’ to get started .

Simple filter by date in a Firestore query

Hey everyone, I just started trying BuildShip and I'm already stuck on something that should be very easy, however I can't find the right documentation. I made a Firebase collection query, I tested it without any filter and it does return the elements I expect. However I can't figure out the correct syntax of the filter to only return elements where "NextOccurence" property is before the current date and time....

Asynchronous API calling

Hi, I want to create an asynchronous API call. My workflow will run for a long time so I need to implement polling endpoint, but I don't know how to make it. Can you help me?...

Criticall error

After upgrading legacy workflow to v2 things got mixed. REST trigger were left in legacy and was working; v2 version was deployed and displayed logs. But after i deleted legacy workflow - it stopped working. Now my app is down. I am devastaded.

base64.split is not a function

I am creating a flow where the image url (openAI) goes to the Upload Base 64 file, and I always get this message. What should I do? Thank you s much!...