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

My workflow stopped working without modifying it

After days of positively testing the performance of my app with the new BuildShip API call, just when I was going to release my new app version to production, the API call has stopped working retrieving the message: Invalid expression: Cannot read properties of undefined (reading 'map') I debugged it as much as I could, I confirmed the mapped value hasn't changed, I didn't modify the workflow after shipping it, I didn't modify my Firestore database, I confirmed everything that Gemini suggested me to check, and I couldn't find any error. ⚠️ It's urgent ⚠️...

Improvement for Interval Schedule

Hello, it would be interesting to add the Custom Schedule CRON options to the Interval Schedule. That is to say, add the time zone and be able to specify a specific time/hour if we want it to run at night, for example.

Getting error when trying to test a flow

Hey there, I'm getting the error: Build failed: Internal error project:buildship-sykbil...
No description

401 Error: API key issues in Buildship

Hi there, I'm having major issues with my api key for my rest api call. I have my key under secrets and linked it to the authorization box in my api test node. I recieved a 401 error with a message saying my api key is missing. I've also tried entering in a new header specifically for my api key and it continues to fail. Any input is greatly appreciated. Thank you so much!
Solution:
I figured it out! The Api-Key header needs to be in quotations due to the hyphen. In the header input, I ensured the manual input key box matched the header label (the quotations didn't seem to apply here) and the backend code reflected the changes.

Assistance Needed with Child Workflow Caching Issue in BuildShip

I have encountered an issue with workflow execution that I need assistance with. I have created a parent workflow that incorporates a child workflow, which is used in three different places within the parent workflow. However, I’ve observed that when the child workflow executes for the first time, it caches the data. As a result, when the child workflow runs for the second and subsequent occurrences with different inputs, it still returns the result from the first execution. Could you please provide guidance on how to resolve this caching issue to ensure the child workflow processes new inputs correctly for each occurrence? Any insights or configuration adjustments to prevent this behavior would be greatly appreciated....

Copy node not working: Paste [error: Clipboard is empty]

No success on multiple browsers, resetting cache, re-logging in.

gmail nodes

I'm using the Gmail Nodes, I'm using a testing account that only has 2 emails (both with attachments), when I test the node "Get Inbox" I see the 2 emails. But when a use the node "Get Email Attachment" without changing any parameters or selecting any filter I don't get any result. I try changing some parameters (From, To, Subject, Etc) but it's doesn't help, I got 0 result everytime. What I have to do to get the list of attachments? Thank!

Guidance on Terminating Repeat Node at a Specific Condition in Buildship

I need guidance on how to terminate the repeat node when a particular condition is met. Could you please provide steps or best practices for setting this up correctly? If there are any specific settings, expressions, or nodes (e.g., a conditional break) that I should use to achieve this, I’d appreciate detailed instructions or examples. For context, I’m working on a workflow where the repeat node should stop iterating once a specific condition is satisfied, but I’m unsure how to implement this effectively....
No description

Facing issue with Switch Node

I’ve encountered an issue with a workflow integration in Buildship and need assistance to resolve it. Here are the details: I created a workflow with a switch node that includes multiple conditions. When tested independently, the switch workflow functions correctly and returns the expected outputs based on the conditions. I integrated this switch workflow into another workflow using the "Execute Buildship Workflow" node. The switch workflow is called multiple times from this parent workflow. Issue: Regardless of the action I pass from the parent workflow to the switch workflow, it consistently returns the output for Condition 1, ignoring other conditions....

Error on the error reporting

I think I've submitted a ticket online, but the ticket reference is blank. So now reporting an error reporting the error too....
No description

Missing or insufficient permissions.

Hello, everything was fine earlier and suddenly I get this message "Missing or insufficient permissions." when I try to access my workspace. I logged out and changed browsers but it doesn't change anything. Please help 😭
No description

Supabase x Buildship

Hi everyone! I hope you're doing well. I’m currently working with Buildship and Supabase, and I had a quick question. Does Buildship only support reading from Supabase tables, or is it also capable of reading from database views? I want to confirm this before adjusting my database structure. Thanks in advance!

Gemini Multimodal Returning "429 status code (no body)"

Hi there. I'm attempting to upload an image to the gemini multimodal node, but no matter what, I keep getting this "429 status code (no body)" error. I've tried downloading the image and using that as the image input I've also tried downloading then uploading the image to buildship storage. The link generated by that functions (shows the image in a browser), but I get the same error. ...
Solution:
Also, sharing the email solution here - The 2.5 pro supports file processing on Gemini.

FlutterFlow Buildship CORS Problem

I'm currently building an app and creating a chatbot that uses a collection query from a firestore database and use that query to create an openAI response. I've made the buildship flow and it works, but I'm having trouble integrating it with flutterflow. I am getting an error that's in the picture attached. Not sure where I can fix this, can any kind soul help me out?
Solution:
Could you please share how you are making requests to the BuildShip endpoint from your HTML frontend, you should be able to handle or bypass the CORS issue from there, as checked from your shared workflow you are making an external request to an endpoint, you can also include Access-Control-Allow-Origin containing domain name in the headers of the API Call
No description

Tool Trigger: Error loading usage preview: Cannot read properties of undefined (reading 'result')

I can't seem to use the Tool Trigger anymore due to the error "Error loading usage preview: Cannot read properties of undefined (reading 'result')" over in the right hand side panel. Any ideas how to get it back to showing the instructions on how to connect the Tool Trigger to MCP Clients?
Solution:
@Stu you can refresh or re-add the trigger, this is fixed now.
No description

Youtube quota?

Getting this error - Error: YouTube API error: The request cannot be completed because you have exceeded your <a href="/youtube/v3/getting-started#quota">quota</a> Is this something to do with my google/youtube account? Do I have to have credentials added in google developer console?...

Reference a specific value in JSON output from Firebase query

I have a node that queries a firebase collection. it returns the results as a document body which is JSON formatted. { "Authentication": "Value", "ConnectionID": "Value",...
Solution:
@xbommer07 It looks like you're outputting an array, so you may need to do Nodename[0].data.authentication

Seeking Driven Partners for a Promising Tech Startup

Hi there, I hope you're doing well. We’re in the process of launching a tech startup focused on outsourcing solutions, and I’m currently looking for reliable, driven partners based in the US or Europe. While technical skills are not a requirement, having a tech background would be a plus. ...

:rotating_light:Business Partner Opportunity for Profitable Venture:rotating_light:

Hello! I'm looking for a reliable business partner to collaborate on a profitable venture. With my expertise in software engineering, I believe we can combine our strengths to achieve substantial success. Ideal Partner Qualities: - 20+ years old - Based in the US, UK, Canada, Australia, or the EU...

API Node Header

I have an endpoint that I must pass a header. accept: Application/json. I have not found a way to accomplish this yet. Without it Im afraid I will not be able to use Buildship...
Solution:
You can add the new header X-API-KEY (or your required key) directly to the node logic by modifying the headers in the code of the API call node. Also, ensure to pass their values in the export params and node fields too to make it work. Please refer to the image attached for an example and the Discord link. Docs - https://docs.buildship.com/utility-nodes/api-call-node. Discord - https://discord.com/channels/853498675484819476/1197552314974740531/1197892254552035369....
Next