I have a node with a JSON, and I try to input it as an input in an SQL query. Even though the node has the JSON, when I try to execute the INSERT SQL Query, it appears as [object Object]. Can you fix it please?
usually [object Object] is becuase you might be passing in a json object in string value,to resolve it you need to wrap the object with JSON.stringify(val)JSON.stringify(val), if you open in app support ticket we can take a look
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
@Shams if I use fs.writeFileSync('concatenated_image.jpg', concatenatedBytes); does this get saved somewhere in Buildship? Can I somehow show this image in my front end (FlutterFlow)?
Template for interacting with Microsoft Office would be great. E.g a template which gives the user to update values in a Wordfile. This would give the user the possibility to easily create invoices with custom templates. Ideally you then able to create a pdf out of the word template.
An interaction with teams would also be very helpful. Since teams is widely used in businesses this would open up a lot of possibilities.
i also started getting this error on a buildship node that has been working for 30 days without issue UUID Generator being used ... "Cannot convert undefined or null to object" as soon as the node is reached which causes a failure every time
Hello, I am building an app using flutterflow and Firestore, and it requires lots of uploading and downloading images, which is expensive on firestore with its bandwidth price. I am planning to upload and retrieve them from BuildShip. I would like to know if BuildShip has a limit on bandwidth or if we can upload as much as we need. Like, what is your CDN provider? thank
Hello, I want to have a stripe subscription created trigger and then use that info (subscription id, email and name of user) to the next steps of the workflow. I tried to to it with the get subscription info node but it doesnt get anything. Any idea why?
Is Buildship down or something? All of our build ship api calls are no longer working. They were working fine and out of nowhere they’re no longer working and we have no idea what’s going on. We’re using FlutterFlow for our front end and we’re sending api calls to Buildship but they aren’t working anymore. Can anybody help with this?
I looking at buildship in combination with supabase. What is exactly the position of buildship regarding supabase. Is it the nocode communication layer between front-end and backend, the logic layer activated by database triggers or both?
For example Weweb has a plugin for different kind of supabase database request like creating records, so I suppose buildship is not needed for that.
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
Hi guyz , i'm a little lost, i'm trying to retrieve a value from a classic object but i have an undefined error. what is the syntax to retrieve a value from key inside an object for exemple :{"key1":"value1","key2":"value2"} , how to access value1 ?
@Dekroning BuildShip gives you a fully managed service so app APIs, workflows are deployed on BuildShip infrastructure on Google cloud. You can connect BuildShip to your own database for doing CRUD operations like connect to your own Firestore, Supbase etc. Hopefully that helps answer. If you are looking to connect BuildShip to your own Google Cloud and deploy workflows to it, we do have an option for it in our higher priced bring your own cloud tier.
Hey guys! I'm having an issue; the data collected from a form is not showing up (although it appears in the logs in the Buildship app), but I can't seem to add it to the Google Sheet specified in the node. (The workflow doesn't throw an error but the data isn't added, and I can only see it in the logs). I'm not sure what I'm doing wrong in the "add row" node.
Hello Rowy Team, I have been trying to access the project I had just created. It shows an infinite loading screen. It has been loading for 2 days now. I have tried everything and it won't allow me to access it at all. My support tickets seem to be ignored. I would appreciate some help to get started.
Hi @Hilbro BuildShip is a complementary product to Rowy, both solve different problems. BuildShip is a fully managed service where you don't have to worry about anything on any cloud console and you can focus on building and deploying without any friction. You can combine the power of both (Rowy + BuildShip) for advanced features using the Rowy Trigger which enables you to automate tasks seamlessly based on events that occur in your Rowy environment https://docs.buildship.com/trigger-nodes/rowy-trigger on BuildShip. You can also leverage the same table UI interface and feature of Rowy using BuildShip Database Tables - https://docs.buildship.com/basics/buildship-tables.
hey guys, I'm looking for a tutorial on how to use Buildship with Flutterflow, in particular sign up page with Buildship Firestore instead of doing it directly from Flutterflow