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

serge - Hello, please, can you add more videos ...

Hello, please, can you add more videos on how to use BuildShip with Webflow, like How Can We Make Webflow a Web App?

Ahmad - New "Input/Output" details in the logs....

New "Input/Output" details in the logs...😍 😍 😍 Thank you BuildShip Team!!!

Soya jummie - Hey everyone! I'm jummie and I'm ...

Hey everyone! I'm jummie and I'm super excited to be part of this awesome server. Just wanted to share that I'm a passionate dropshipper and love the world of e-commerce. If anyone ever needs advice on starting an online business or wants to chat about the latest trends, feel free to hit me up. Looking forward to getting to know all of you! 😊

Luca - Are the Firebase functions such as 'crea...

Are the Firebase functions such as 'createFirebaseUser' custom built by Buildship? And does one exist that's equivalent to Firebase's 'signInWithEmailAndPassword' to create a secure sign in workflow in Buildship before generating auth token?

serge - hello, does AI Assistant Builder suppor...

hello, does AI Assistant Builder support the new feature of OpenAI file search, which support about 10000 files
Solution:
Hi @serge the OpenAI assistant node is the latest v2 version and any files you upload directly on OpenAI and will be used by your assistant.

CalebSol - Is the workshop still happening? Reg...

Is the workshop still happening? Registration brought me here but the voice channel never began a stream at the time.
Solution:
Hi @CalebSol - apologies for confusion around the timezone - its scheduled for 4:30pm PT Wednesday may 8th https://lu.ma/aiworkflows

spencer - You guys say that there is a widget t...

You guys say that there is a widget to plug into a website or app. Even say there is a link in the discription but there isnt. Please send me details on this.
Solution:
Hi @spencer we have now made the widget super easy to access directly from the app - once you ship an AI assistant node you will see it in the shipped section along with your API - checkout this video on how to access the widget code snippet: https://m.youtube.com/watch?t=3m24s&v=LdrhhSgv3fU&feature=youtu.be
No description

Tim C - I'm trying to refactor an inbound query...

I'm trying to refactor an inbound query that I have no control over. It takes the form of https://target/api#param=value&param2=value. I want to refactor this to https://target/api?param=value&param2=value. I feel like this is trivially easy, but I'm stuck extracting the calling URL. If have an API GET trigger at the beginning of my workflow, then I try to access the calling URL in a subsequent node with Query.url, but I get an error that the URL is invalid, and the object I see in the logs does...

spencer - I keep getting this message. Please h...

I keep getting this message. Please help
Solution:
Hi @spencer, from the screenshot above it seems that you are missing passing prompt in the body when making the request. Also please ensure that that the user prompt has variable reference (x)Body.prompt. You can also clone the AI Asststant Chat template for a quick start.
No description

JeyReichel - Hi everyone! I have thinkscript cd...

Hi everyone! I have thinkscript cdoe. I need to convert javascript for trendspider. Please help me! ThinkScript Url: https://pastebin.com/4cW7bCwF
Solution:
HI @JeyReichel, You can use the AI node generator to create a node form this and give it a try. https://docs.buildship.com/ai-nodes.

Bouch - what is the pricing if i just want to f...

what is the pricing if i just want to front-end code and build and host it myself?

brazley - My account is stuck and won't ship AP...

My account is stuck and won't ship API's. I had lost my debit card and got a new one. Ever since I switched cards even though my invoices are paid successfully, my account says I need to update my payment. I've deleted the cards out, re-entered them, changed which is default and everything else. Stripe isn't having any problems but my account won't reflect the changes. It's been like this for weeks

zeekay - WHere do you access the AI Assistant b...

WHere do you access the AI Assistant builder from?
Solution:
Hi @zeekay, You can access the latest assistants from the explorer.

Ahmad - Bit of an emergency, I have a node that...

Bit of an emergency, I have a node that seems to be running on an infinite loop and no way to stop it. Is there a kill switch for nodes? It's creating endless rows in a database....
Solution:
Hi @Gaurav Chadha Looks like things got stable. I had to delete everything and recreate it as well as put a few checks in place to prevent the issue. If it helps below is what I think the problem was: - I was creating rows from an array and was counting the number of items in the array to repeat the loop...

Your Majesty - Please I want to ask, is every w...

Please I want to ask, is every workflow in buildship a cloud function? Let’s say I use the open ai node, excel, and resend node. Im I going to be paying for cloud function in firebase? Same applies to the API CALL node, will I be charged for cloud function cost in firebase if I use the Api nodes to do a series of api calls to different services?...
Solution:
Hi @Your Majesty - BuildShip is a fully hosted experience, so all the workflows you build and ship on BuildShip are managed by us and not connected to your cloud project / firebase so you will not incur costs other than BuildShip pricing. So for the case you mentioned, of using openai node, sheet, resend etc. its just BuildShip pricing. If you do connect to your Firestore in the workflows then you will have read/write operations on for those nodes. Hope that makes sense, let me know if any furth...

erdinc 🌿 - hey team anyone online? @Gaurav Cha...

hey team anyone online? @Gaurav Chadha why does the chatbot templates doesnt work - it sends an object to call instead of a string
Solution:
Please change it to this:
No description

nicolai1914 - Hey, I want to love Buildship: ...

Hey, I want to love Buildship: But I have never been able to run a node, that relies on a NPM package: ```js...
Solution:
Hi @nicolai1914, the improt statement looks correct, could you please share what error does it gives out? Also did you tried it by generating with AI? Also you can use the Supabase Trigger if you want to Authenticate with your user directly and perform any type of CRUD operations over Supabase table.
No description

Almendra10 - Guys do you have tutorials for bub...

Guys do you have tutorials for bubble.io?

Bbang - Heyy guys, I'm a new user, that's just ...

Heyy guys, I'm a new user, that's just trying things out with buildship, but I realised this morning, that I can't use the platform? It's just showing a blank black screen. It's the same across, chrome and firefox.
Solution:
The issue is fixed now, you can refresh the page and try again.
No description

Fenyr - Hello, does anyone know how to send FI...

Hello, does anyone know how to send FILES in form/data API calls ? It's easy with postman but in BuildShip there is only a body in the API node
Solution:
Update : I managed to do it with YouSign instead of SignNow using the Rest API File Upload