BuildShip

B

BuildShip

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

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

V2 is buggy with old nodes

I cannot edit my workflow because of the nodes erasing any changes I make.
Solution:
hey @!CarlYouKilledIt, thanks for reporting this, we've got a fix in the works for this, will let you know once its live.

Cannot migrate to 2.0!

When I click the Migrate button, it just spins and then stops spinning. I cannot access my workflows and it's not even clear if they are running...

Convert image created with the "Open AI image generator" to webp

Hi I want to convert an image created with the "Open AI image generator" node in to .webp format and upload it to Supabase. anyone has a working flow who can help me?

Optimizing BuildShip's performance

Hi everyone, I’m experiencing significant lag with BuildShip, especially when working with larger workflows. Does anyone have effective tips to improve performance in this situation? Are there additional ways, beyond collapsing sections I don’t currently need, to reduce the load? Additionally, would enhancements like using a LAN cable or upgrading my graphics card make a noticeable difference? Any insights would be greatly appreciated!

Create an array that is always available

Hi ! New guy to low/no-code tools. This is probably a dumb question, but is there a way to create an array and store data inside ? Context is, I want to generate text from openAI in a loop, and store outputs in an array that I can use outside of that loop. But there doesnt seem to be any node where I can simply do that, and I'd like to avoid editing the openAI node to nest everything in a while loop (to learn the proper buildship way)...

[Help Needed] Page Switch Based on GPT Chat Response

Hey BuildShip community! 👋 I'm working on a project with FlutterFlow and BuildShip, and I could use some guidance. I have a GPT Chat assistant that returns text either "true" or "false" answers. Based on the response, I want to implement a page switch in FlutterFlow: If the answer is "true" ➡️ Navigate to PageSuccess...
No description

BuildShip to integrate Perplexity with Github

I have been using perplexity to build a portfolio website on github and I want to build a workflow on BuildShip for perplexity to directly update code to github. Anyone have ideas on how to structure nodes in Buildship? Also, if there is an easier workflow platform to integrate perplexity and github, let me know!...

google reviews work

Google reviews work available at a high income on daily basis *requirements All you need is a good number of Gmail accounts this job is only for people from ...

Unexpected end of JSON input - BuildShip Trigger

Hello, I am struggling to make a buildship triggered workflow work. It looks like it can't be tested directly and shows no logs when I test it from another workflow. The response only says "Unexpected end of JSON input". I would love to know what's happening and how to debug workflows in general. Also, I can see in the Node Logic default code :...
No description

Unexpected token 'W', "Workflow n"... is not valid JSON

Getting an error in buildship as of 5 mins ago. the issue doesnt appear to browser related. @Gaurav Chadha any clues? many thanks 🙂

Open AI assistant with stream response template not working.

When I use the open ai assistant without the stream response I get the chat response from open AI but when I use the ai assistant with stream response node, i get a generic response. All other values and parameters are kept consistent. What am I missing? I have taken this template to start with. https://buildship.com/templates/assistant-retrieval...
No description

Issue with Buildship Logs showing empty

None of my workflows are showing any logs anymore all of a sudden. Is there some kind issue with this?

Execution time dimensioning

Just to be sure, if I make an API call to a third party API and wait, say, 10 minutes and then do an API get query, will I be charged for 10+ minutes of execution time or what exactly counts towards the execution time?

Multiple API Calls in one Workflow

Hey! Can I make multiple endpoints (api calls) in one workflow?

Issue with GSC indexing

I am trying to setup automated indexing for my site but got the error message "Failed to parse URL from undefined". how can i fix it?
No description

Making 100% copy of existing file in Google Docs

Hey I want to make a copy of my existing file at google docs with buildship (its important to keep original styles and content - lets say to make 100% copy. How can I do it?...

branch

Hi, I receive a JSON response from a service that if there is an error there will be an error object with the list of errors but if successful the error object will not exist. Is it possible to check for the existence of a object in a response with a branch (if/else) node?

webflow - create live item

Does anyone have experience in creating a live item with the Webflow Create Live Item node? Using the Webflow trigger I receive data from a form that I then use to create and publish an item. See attachments for the values. However, the "Field Data" values keep giving me a formatting error: Error: Expected '}' to match '{' from line 1 and instead saw 'root'. Expected ')' to match '(' from line 1 and instead saw ']['....

Anyone know how to get past verifying your gmail forwarding address for buildship email trigger ?

Solution:
@Marnu van Niekerk To verify the email trigger for forwarding messages in Gmail, you can check the BuildShip workflow logs, it should have the email link on which you can click to verify it. You may be required to send it again form the Gmail app, as it is only valid for few minutes. You can also refer to our latest video on Gmail automation - https://www.youtube.com/watch?v=NVmsWsjaARE.
No description

How to Stop Workflow Execution Based on Boolean Value in Request Body

Hey Community! I'm looking for the simplest way to stop a workflow if a boolean in the request body is set to false. Is there a module or any method to terminate the workflow right at this point so no further nodes are executed?