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

so i have the results come back in a

so i have the results come back in a json text but i wanna edit the string, replace certain characters etc

Loop – BuildShip

thank you very much for prompt reply ! I checked the Loop Node (https://docs.buildship.com/core-nodes/loop) If i understand correctly , it looks like it will do "For Loop" , where looping through array object or literal value. But in this case, i think "While Loop" might be more suitable, where branch(if/else) logic will serve as condition to break the loop. How can i achieve that ?...

I'd like to set up a workflow to respond

I'd like to set up a workflow to respond to Twilio webhook voice request. I used the AI builder which generated the code. The code looks correct, but when I run it I get the error: "import_twilio.VoiceResponse is not a constructor". Perhaps the AI believes there is a library available that is not available.

CRUD

Before I seriously use Buildship's database, is it in your roadmap to allow us to access and CRUD our Firestore tables etc? I'm paying for the service, but realize I actualyl don't have access or at least full editability of my database nor file storage via CRUD.

Hello, I am looking for someone who is

Hello, I am looking for someone who is an expert in Buildship and Supabase. DM if so please

I have a question regarding securely

I have a question regarding securely handling user files and restricting access to user files, but offering them to download if you have the permission - signed url & time-limited urls. Are there any tutorials on it? I mean I can create a public url for a file, but cant delete again. Thanks in advance

I am creating a new document in Firebase

I am creating a new document in Firebase. What is the best way to insert a created_at timestamp (DateTime.now().microsecondsSinceEpoch) using the Firestore Create Document node?

Hey everyone and @Gaurav Chadha & @

Hey everyone and @Gaurav Chadha & @Deepanshu hey hope you alright. I am having trouble with creating a poem gen api. Here's what am creating. ...

Hey @lagosito , the value for

Hey @lagosito , the value for Selector is supposed to be optional, but for now you can enter *

Hey everyone! I'm having this error

Hey everyone! I'm having this error where after some steps it says "Unexpected end of JSON input" but the whole workflow works properly. What could be the cause for this? In the last 2 steps with the red "play" button I'm having the same error...
No description

not sure where to formally report a bug

not sure where to formally report a bug but when you create a new account on Builship with SSO - it redirects to this page
No description

when I ship and test with "auth = false

when I ship and test with "auth = false" in the header, I still get the 200 response

ok did an API call thing on flutterflow

ok did an API call thing on flutterflow like this with buildship API URL and named a variable 'prompt', same name in buildship in the first cell (rest API call) and have the variable in the body editor "(x)prompt"
No description

Does this button actually update the

Does this button actually update the output schema? Can't see any fields in the output tab. Currently it does nothing for me. I can see something change on the code part of the output tab but not on the UI part.
No description

Is there a way to set create and set API

Is there a way to set create and set API Keys for the APIs?

Is it just me or are you AI prompts

Is it just me or are you AI prompts running infinitely?

Hello

Hello I'm looking to develop a firebase + Flutterflow application that incorporates a subscription-based payment model along with a referral credit system. The concept is similar to that of FlutterFlow, where users can refer new users and earn credits when the referred individuals make a successful payment....

Hey guys, new here, starting with an app

Hey guys, new here, starting with an app with flutterflow and buildship, I'm not sure on how to design all the user stuff, I guess that using the integrated option of user creation and management from flutterflow is not really secure. So probably going to use buildship for it. Is there a "standard" way to do it? Or I should just have a table with usernames and passwords and use booleans to check if they can loggin to the account and from there use some kind of identification for the user on the...