BuildShip + Rowy

BR

BuildShip + Rowy

Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automate, AI workflows

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

adrfinance - I am getting a nerror 'Failed at b...

I am getting a nerror 'Failed at building workflow'. I delete browser cache etc.. why is this happening ???? Why don't you show proper errors to see what is going on ?!?

adrfinance - Is there a reason why you don't of...

Is there a reason why you don't offer the possibility to 'Cut' a node instead of just copying it ????

Szekeres Géza - @Gaurav Chadha something is not...

@Gaurav Chadha something is not working with Replicate Client node.. if I add FLUX1.1pro as the model (even directly) like: const output = await replicate.run("black-forest-labs/flux-1.1-pro", { prompt : "Cat playing guitar in outer space"}); It fails with the error message:...
Solution:
This issue is the node is referencing an old version of the replicate package. Bumping from 0.21.1 -> 0.34.1 does the trick. You can try this workflow in your workspace: https://buildship.app/remix/1eead0bf-d57e-49f6-8e0a-bd20e71c5433

Matthew - Quick quesiton. I have an API that is...

Quick quesiton. I have an API that is return a news feed one large json file, I am currently pushign it to superbase. but when i do in superbase it just puts the json file into one row. Since the api returns a list of hte news feed like title, name, source, image...I want it to be put into supabase with each object into each row....So if the json returns 69 objects, i want 69 rows, with the parse information like (title, etc) to be populated. How woudl i do that

adrfinance - To buildship creators: Can you ple...

To buildship creators: Can you please consider removing the "Output" you put at the end of each node? It is really annoying. I think in past versions you didn't have it!

adrfinance - I am using a Supabase create row. ...

I am using a Supabase create row. How can I check for the case that the create row fails ?

adrfinance - We execute workflows and change no...

We execute workflows and change nodes and ship the workflows but the nodes do not get refreshed on the log after execution. That's very weird and not acceptable behaviour.

adrfinance - There are some serious bugs in Bui...

There are some serious bugs in Buildship. For example, when you run a workflow, many times the values of various nodes do not get printed. I don't understand why this is happening. You need to fix these issues ASAP.

dubjeeno - Buildship public IP4 address? I am t...

Buildship public IP4 address? I am trying to connect to my existing mySQL database. My hosting provider has informed me that external access to the database is IP restricted, but IP can be whitelisted, but I need to provide them with the public IP4 address. Anyone know how to determine my Buildship public IP4?
Solution:
you can use any free mySQL Db which allows external access

adrfinance - Is there a way to remove the logs ...

Is there a way to remove the logs where the API calls were made from Buildship?
Solution:
the latest logs always show first at the top, along with timestamp, you can also use filters with dates

brazley - Is there a spam filter on the email t...

Is there a spam filter on the email trigger? I'm trying to set up email forwarding from a workspace email. The domain's url ends in .ai . The odd thing is that i can manually forward an email to that address from the trigger, but the automatic forwarding doesn't work. But the responses that are sent using the same email work perfectly. So I'm confused why it's only the process of automatically forwarding messages that doesn't work....

Epoch - where can I find more information about...

where can I find more information about what is coming to Buildship 2?
Solution:
@Epoch You can take a glance at this for more info https://buildship.com/v2-early-access stay tuned 😉

Baketa0000 - hi, is it possible to pass a dynam...

hi, is it possible to pass a dynamic value for the number of repetitions in the Repeat Node? it doesn´t seem to work for me
Solution:
@Baketa0000, yes you can use variable to provide dynamic values, ensuring the value is a positive whole number.

Donald Punky - Hello,As an experienced Back-E...

Hello, As an experienced Back-End Developer, I'm proficient in a variety of server-side languages, including Javascript, Typescript, Node.js, Python, Java, and Ruby, and have a deep understanding of database management with tools like MySQL, MongoDB, and PostgreSQL. My expertise includes building robust APIs, managing server-side logic, ensuring high performance and responsiveness to requests from the front-end, and integrating front-end elements built by my co-workers into the application....
Solution:
Hi @Donald Punky, you can register yourself as expert if you would like to help builders with BuildShip - https://buildship.com/experts

Cyber | Senpai - Hi where can I get the documen...

Hi where can I get the document ID?
Solution:
@Cyber | Senpai, it will auto generate if you keep blank, since its a create document node you can provide your own (a new random id) as well https://docs.buildship.com/basics/buildship-tables#creating-documents
No description

hawki - @Gaurav Chadha hey 👋 quick question: d...

@Gaurav Chadha hey 👋 quick question: do you know why this node is writing ‘undefined’ to my Firestore DB despite using the right variable as an argument? Any help would be hugely appreciated
Solution:
Yes, simply add more parameters to the request body and each parameter can be accessed with their key `{ "key1": "value1", "key2": "value2",...

adrfinance - Hello. I have set up a Rest API Fi...

Hello. I have set up a Rest API File Upload in Buildship. I have some nodes that just print some output using logging.log but I see nothing on the console... do you know why this is happening and how to fix the issue?
Solution:
@adrfinance logging.log won't print output on the broswer console, it will only show on cloud log terminal within BuildShip, you'll be required to return the output.

Jettknives - Hi guys, question. If we develop...

Hi guys, question. If we develop and integrate an AI chat assistant for airtable, is it possible for the AI assistant to store data inputs from users and save it in the airtable database? for example asking it to input value in certain fields and save it. another question what are the file types that can be uploaded analyzed by this AI assistant, will it have the same power as chat GPTs assistant that reads through many types of document? ...

Matthew - what would be best practice to ensure...

what would be best practice to ensure that if an API call failed, that it would be able to run again until it succeed? Just wondering in the use case of if the sever timesout
Solution:
@Matthew,what's the max timeout your API will expect? The default is 5 minutes. To handle failures on node level you can use onFail - https://docs.buildship.com/features/node-failure...