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

DanS - Hey @here, just thought I’d share this h...

Hey @here, just thought I’d share this here in case anyone is interested in entering and building some cool stuff using web3! Over the next few weeks I’m running a competition with BuildShip and OPENFORMAT. The prizes include: 💰 Over £3000 in cash prizes...

Luis - Hey @here, I'm currently in the office h...

Hey @here, I'm currently in the office hours channel if anyone wants to talk about every and anything BuildShip 🙂

JeyReichel - @ahmnouiraWhat are you doing? Ple...

@ahmnouira What are you doing? Please contact me....

Henry Moses - Hey @here, I'll be in the #❓・buil...

Hey @here, I'll be in the #❓・buildship-help channel today helping. If you have any questions, don't hesitate to create a support post.

adrfinance - hello, I am having trouble using S...

hello, I am having trouble using Supabase with Buildship. Selecting rows works, but when I try to update a row I get null as a result. I tried enabling RLS, disabling it, using anon key and service role key, nothing works.. Can you help me?

wergle - Working with the FlutterFlow Streaming...

Working with the FlutterFlow Streaming Assistant template where chats are stored in Firestore chats collection. I am trying to implement deleting a chat document. I am able to delete the document through a button icon in the appbar which makes a backend call. But I cannot figure out how to start a new chat. When the document is deleted, the listview (containing the chat conversation) displays a loading indicator. It seems the listview showing the chat conversation needs to be reset to the state...
Solution:
Never mind. I added an action to update the app state threadId and set the update type to Clear Value.

tom - Hi, a super simple question, doesn't Buil...

Hi, a super simple question, doesn't BuildShip have "undo"? Tell me I'm wrong and "undo" is a feature reserved only for the upper class? 🧐 On Win ctrl + z doesn't seem to wok.
Solution:
Hi @tom, Currently there is no undo operation for a single operation made on canvas, we'll have this in near future for sure. With that, currently we do have a full workflow Version Control feature which is available for all paid plans which allows you to restore the previous version of your shipped workflow....

inthedetails123 - Hello! I’m trying to set up a...

Hello! I’m trying to set up a 302 redirect in a custom node. Has anyone successfully implemented a 302 redirect? Any successful examples? (context: incoming API call > workflow > redirect original request to open pre-filled SMS (or technically any url)). Thanks! 🙂

LucaXV - has anyone here made a software produc...

has anyone here made a software product that is live?
Solution:
Hi @LucaXV, Lots of users have build production apps using BuildShip, you can checkout some of the awesome case studies - https://buildship.com/case-studies.

Savannah - I receive this error when making a P...

I receive this error when making a POST api call : Unexpected token 'A', "Accepted" is not valid JSON I'm not sure why, the json is look good in the body....

Henry Moses - Hey, if anyone needs help or want...

Hey, if anyone needs help or want to chat about buildship, I'm available in the office hours channel! https://discord.com/channels/853498675484819476/1012501871933534260

Sage - Am I calling the API Key correctly ?

Am I calling the API Key correctly ?
Solution:
Don't directly inject all the params directly. You can refer to this sample node which which is for findplacefromtext/json , you can use the AI to edit this one to support for URL.
No description

chuck_fyn - I am trying to find the best way to...

I am trying to find the best way to setup the data import from Shopify and a few other services via API to the rowy columns but can't find any relevant documentation. Can someone point me in the right direction?
Solution:
You can easily make an API on BuildShip to connect with Shopify and perform the required operations with no code. You can leverage our AI Node Generator which will help you to create a node with the required fields. Docs - https://docs.buildship.com/ai-nodes. You'll just required to paste the cURL or any NodeJS to the addition context of the additional context of the AI node generator and specify the input and output prompts, and it will generate a node for you which you can easily use by providing the required credentials. image.png API reference for Shopify - https://shopify.dev/docs/api/admin-rest...

Kevine - I am experineced web developer I am lo...

I am experineced web developer I am looking for any projects plz msg anytime
Solution:
Hi @Kevine, You can apply to our Experts program - https://buildship.com/experts.

zima - @Link The discrepancy could be due to sy...

@Link The discrepancy could be due to synchronization issues, permissions settings, configuration errors, cache problems, or software bugs in either Buildship Database or Firestore. These factors can cause Buildship Database to show outdated or inaccurate data that doesn't exist in Firestore.
Solution:
Both BuildShip database and Firestore database are different. BuildShip DB is an inbuilt Firestore database which comes with your project. It is not the one you access with your associated email. https://discord.com/channels/853498675484819476/1246926649686097983/1247116854930047029.

Your Majesty - Does anyone know how yo implemen...

Does anyone know how to implement In-app voice calls in Flutterflow?? Or can anyone point me in the right direction? Maybe theres a youtube video out there?? Please? Anyone?🙏🏾😩
Solution:
To implement in-app voice calls in Flutterflow, you can use third-party services like Twilio or Agora. Integrate their APIs into your Flutterflow project by following their documentation. You can also search for YouTube tutorials on "Twilio Flutter in-app voice calls" or "Agora Flutter in-app voice calls" for step-by-step guidance.

Link - No one know why Buildship Database shows...

No one know why Buildship Database shows Firestore data collection but does not exist in Firestore ?
Solution:
BuildShip database is a hosted and fully managed one and different to your own Firestore that you will see on your console. We will be adding an option for you to bring your own FIrestore in BuildSHip table in upcoming releases but for now you can use Rowy....
No description

Savannah - Using API Call node.Content Type ap...

Using API Call node. Content Type application/x-www-form-urlencoded How do I format the content I put in the body so it is in form format? eg with these values?...
Solution:
Hi @Savannah, Since it's a form-urlencode type. You can pass it in a group of params and send it in the body....

chuck_fyn - Hello! This may be a dumb question,...

Hello! This may be a dumb question, but I am looking to build a custom real-time analytics dashboard for my company to view our client's various e-commerce data. I found rowy because we want to maintain a spreadsheet UI for our internal team to use, but then connect to another a service to build a custom dashboard for our clients to use. I'm a bit of a novice when it comes to web apps, so my only concern is that Firestore may not be the best database for ingesting and collecting realtime analyti...

mrAlbertZwolle - I often see that a API call fr...

I often see that a API call from Flutterflow to Buildship is not responding. Sometimes just by removing and adding the button and call again it starts working. Seems to be a kind of unstable. Anyone facing this kind of errors as well?