i'm trying to implement the meditation gpt built on buildship into flutterflow, and it works fine when i try to test it in buildship but not in flutterflow. has anybody encountered this error before?
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?
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 ?