BuildShip

B

BuildShip

Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automation, AI workflows

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

cleverbit - Not sure where to ask this, but I w...

Not sure where to ask this, but I want to ask my OpenAI Assistant node to do some date-based things (eg. "Remind me tomorrow") but it thinks the date is December 2023. My workaround for this is to calculate the current date as part of the prompt (Date.now() + prompt) — but this means each prompt is essentially using tokens to pass the date, even when it's not relevant. Is there a better way to go about this?

adrfinance - Hello, I have a MySQL query that p...

Hello, I have a MySQL query that performs an inner join. How can I do that in the built in Buildship database?

adrfinance - Hello, which database doese Builds...

Hello, which database doese Buildship recommend using? I see you have your own, Firestore and Supabase??? Can you help me please?

Sage - Does anyone know, in the “send emails wi...

Does anyone know, in the “send emails with resend” node is that able to use handlebars ? Or is it more likely a JavaScript or Node thing?...

Your Majesty - @Harini Please a client is askin...

@Harini Please a client is asking for me to host their backend on either AWS or Heroku. I also intend to build the backend on buildship fully. Please, what do I tell the client? Is buildship built on heroku or Aws? Or will the code and everything I build on buildship be deployed on either of these platforms under the hood? Anyone with info on this can you please help me out…..I will be meeting with the client later today. I need an explanation please 🙏🏾...

inthedetails123 - Wow honestly the office hours...

Wow honestly the office hours today were insane guys!! HUGE shoutout to @Henry Moses for helping me setup a seemingly simple, yet complicated workflow using BuildShip and FlutterFlow! I would've been stuck on this forever! Highly recommend the office hours to speak to pros. Low code is getting really good. I'm lovin BuildShip!

Henry Moses - Thank you to @inthedetails123 for...

Thank you to @inthedetails123 for showing up to office hours! It was a pleasure helping you...

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...