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

Matthew - So I am retreving Text to speech base...

So I am retreving Text to speech base 64 from openai, but i need to put that into an audio file, so my users can hear it any idea on how to do this?

Michael - Hello! Not sure how to do this. I hav...

Hello! Not sure how to do this. I have a loop on a json list, and each loop iteration generates an image url. How can I add the generated image url as an object key on the original json list?
Solution:
Hey, in the body of the loop you can save the json in a temporary file and append the new image url field. For this you can use the "Append Array to JSON File" node. Here's a sample workflow thats looping over an array of countries, getting a city for each one using GPT, then using the aforementioned node to append the new field. It then reads the json and returns it. Hopefully this helps: https://buildship.app/remix/a2bd6f42-d22f-4eb9-a54d-062d71d1f7ed
No description

JordenWilliams - question - are there rate limi...

question - are there rate limits for the endpoints? im avg req 100k+ / hr and need something more scalable or a way to queue traffic

adrfinance - Hello, is there something wrong wi...

Hello, is there something wrong with Buildship today? My workflows are not executing even though they were working fine till yesterday @Gaurav Chadha

Dana Ly - Is Airtable an integration can connec...

Is Airtable an integration can connect?

John Ope from CIQ Libraries - Hi, I am a Webstu...

Hi, I am a Webstudio, and I have a question. Is it possible to use the lastest lLama 3.1 model with Buildship and if yes, is there a tutorial yet?...

Soya jummie - Hey everyone! I'm jumm, and I wan...

Hey everyone! I'm jumm, and I wanted to share a little bit about myself. I run my own online store and specialize in dropshipping. While this server might not be specifically about dropshipping, I'm excited to connect with fellow entrepreneurs and learn from your experiences. Looking forward to being part of this community and sharing insights!

adrfinance - Hello, I have a workflow that perf...

Hello, I have a workflow that performs a full text search on a Supabase table. The query runs when I run it directly on the Supabase, but I get an error 'Failed to executed workflow' when I run it from Buildship. Why is this happening @Gaurav Chadha ?

pablol - When importing a very long Google Shee...

When importing a very long Google Sheets list, it keeps loading and never finishes
No description

Nihat Avci - Hi everyone, i am wondering if the...

Hi everyone, i am wondering if there is any audio merge documentation or remix out Buildship? Basically i wanna implement an intro and outro to an AI generatod audio (generated by AI). Intro and outro song will be always the same.

pedro - hello! to ask for some help i need to c...

hello! to ask for some help i need to create a post?
Solution:
But custom policy opening for everyone that has the anon key? isnt that unsecure? - Nope, you'll be setting the custom policy on your Supabase and the anon key will be on the BuildShip why would it open for everyone. The policy will be set for the specific table operation.

Victor Giron - Hey everyone, I'm trying to lear...

Hey everyone, I'm trying to learn what's the way to have 3rd party connectors in my app (like the Zapier does with their nodes and connectors) for example: I'd have a Shopify connector, that each user can enable, put their Shopify api keys and url, and then hit "Connect" to create a sort of synchronization between each user Shopify and my app. What's the approach to this from the backend perspective (database, logic)?...
No description

CarlG - A simple question with what I'm sure is...

A simple question with what I'm sure is a simple solution, but I am just learning - how do I change the format to standard text in an ai assistant? For example, when I ask the chat bot a question, the output looks like this: ' ' {"message":"The world's largest dog breed is the English Mastiff. ' and ' wonderful family pets .","threadId":"thread_qKKpn4qUfFl1NUFkvkO78ETT"} ' ?
Solution:
@CarlG, you can simply return the value of response in your return node to get the returned value.

andrew - With Rowy I have a collection that is ...

With Rowy I have a collection that is public and a subcollection that is private. I want to have a view in Rowy that lets my admins download a CSV of the main collection including the subcollection. If I just add the subcollection as a column of type sub-table I am able to see it in the web view but when I export the table to CSV the subcollection column has no data. I have tried pulling the columns into the Rowy table with a Derivative - which works but then it actually adds the data to the mai...

OpenAI quota

I chat to bot, and results like this
Solution:
This error message indicates that you have hit your maximum monthly budget for the API. https://help.openai.com/en/articles/6891831-error-code-429-you-exceeded-your-current-quota-please-check-your-plan-and-billing-details.
No description

anjasmoro - Anyone can help, pleaseI follow t...

https://youtu.be/tvaiKsyr8dk?si=MuYF5wP1CUqDMkde Anyone can help, please I follow this tutorial, but at the end, not same with in tutorials...

Matthew - Is there a way I could allow users wh...

Is there a way I could allow users who join my class and duplicate my app to also duplicate or copy my buildship workflow?
Solution:
yes, i think this should help https://www.youtube.com/watch?v=znZYHckKONU

andrew - Does anyone know if there is a way to ...

Does anyone know if there is a way to force the cloud functions to redeploy in rowy? I created a derivate column, then deleted it, but the cloud function is still running

Matthew - Co you guys expect to add an Exa.AI n...

Co you guys expect to add an Exa.AI node?

adrfinance - Hello, does anyone know how to set...

Hello, does anyone know how to set the value for an environment variable from a Buildship node?