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

Passing variables error

Hi everyone, sorry but I have a problem on my first workflow, passing variables between nodes (I'm not a developer :D) I have set a simple "Get row" from Supabase, which returns me an array + objects with variables. Then I want to give three of them (question, answer, keywords) to OpenAI assistant and return me a "script" variable....
No description

Chatbox customization

Is there any way to customize the way the chatbox theme?
Solution:
@PH4NT0M Yes, the chat bot widget is open source and fully customizable - https://github.com/rowyio/buildship-chat-widget

youtube caption extract bug

youtube caption extractor doesn't work at all. it returns an empty value everytime and the same description for any given video url. please fix this as this bug is severely affecting my workflows.
No description

How is the branch node used?

I want to evaluate an if/else condition. How do I go about it?...
Solution:
You can loop through it, and click and then access the data from the json object - https://docs.buildship.com/core-nodes/loop.

Cache period?

When I first hit my API it checks against an array in Firestore, and takes ~2s to respond. Subsequent calls are much faster, which implies that the node is caching the array it pulls, but only for a few minutes. Is there some way I can extend this caching to 24h, as the data it pulls is not updated often?...
Solution:
@JamesG are you in free or starter plans? They have a cold start meaning first request after a while will take little bit longer for service to be warmed up. After that subsequent requests will be faster in that session.

Hi! Let's get 'assistant-scrape` working with OpenAI

Trying to use the Website Q&A flow. Secrets are working, and testing the flow in the BuildShip dashboard works--unsure how to do the rest on platform.openai.com and then: - test it in playground - use it casually by dropping links ...
No description

video Intelligence API

Hey! Ive seen builders and recipes on the vision API from google but nothing on the video intelligence API. Is that something possible with buildship?

OpenAI assistant instructions override

I want to pass user related information to the assistant and I thought doing it through the instructions made sense. The issue I have is that when I do it, instructions from the playground get overriden. Any idea on how to avoid that? (You can see in the screenshots that the assistant forgot his name when I add the instructions)
Solution:
Is it possible to add this dynamically in the assistant node by using a datasource or tool? For example, where is you're user information coming from? A database or externally? https://docs.buildship.com/ai-assistant/openai-assistant#adding-nodes-to-the-assistant
No description

Body JSON

Hi, I would like to return results from an API call through Buildship on the body, but the Body JSON is null. The results are in the 'Raw body'. How can I get Buildship to return the results in the body?? thank you, (first is a Rest Api Call and not api call). I use flutterflow By @KARIM...
Solution:
Hi @KARIM On FlutterFlow, you'll be required to ensure you are API Call setting body is set to accept JSON Response Then you should be able to get the response in JSON body instead of Raw body. (image below for an example). Sent you an email....

Issue with a Rest API Call trigger

I have an issue with a Rest API Call trigger, I am triggering a webhook from Inoreader with the content of an RSS in Json. When I post it from Postman or Hoppscotch it works, but when it's coming from Inoreader Buildship most times the body has no content. Any idea what could be causing this? I cannot change the way the webhook is sent from Inoreader, is there anything I can change in Buildship to make sure the content is read properly? I tried sending the same webhook to webhook site and this is what is received. ...

embedding supabase

Hey yall has anyone had any success with supabase embedding? Anything different then whats on the video i cant seem to get it to inject the embeddings into the new column. It creates them fine.
Solution:
Hi @Harry, thanks for also sharing this via support, sent you more info with calendar over email.

performance issue flutterflow existing project

Hello I have a flutterflow project and i heard about BuildShip and Rowy could enhance the performance of my app Im afraid that im going to have to do all the work and api integration that i already did in order to use them I want to ask would i be able to use them without doing any additional rework? And which would enhance the performance of my app? Im having an issue in the overall performance of my app, and when i allow the user to add an image it takes so much time...

Workflow-level Variables

I have a workflow that requires setting a workflow variable depending on few different branches in the flow. How can I achieve this.

Could not send message: Unexpected token 'H', "Hello ther"... is not valid JSON

Hi there, first-time user, never coded before and now learning on the fly with AI by building a web app using Replit. I've added my first chatbot to the web app and it's appearing as expected but when I start talking with the bot it gives me this: "Could not send message: Unexpected token 'H', "Hello ther"... is not valid JSON" I've spent a few hours implementing different ideas proposed by AI but alas, the same issue. How do I resolve it?...
No description

Handle undeclared values in Javascript

I'm trying to take the first not null/defined var i.e. (var1 ?? var2 ?? 'no_value). But the issue I'm running into is var2 is defined in a branch that is not always triggered in the workflow so when the coalesce trys to run it fails saying it does not exist. How should I handle this with Buildship.

Send WhatsApp Message Node not working

Hi guys. I’m trying the Send WhatsApp Message node but I’m struggling with this: When I run the test I got a Success Meta data like Access Token and Sender ID are correct (When I tested changing them to random stuff I got errors)...
Solution:
Hi @Murilo Ravani, actually, its WhatsApp API rule, you'll require to verify the sender and the recipients number in your WhatsApp Business Suit Dashboard and then send a test request from the dashboard to establish the connection. Instead we suggest you to use the Autoresponder template, which should work flawlessly - https://docs.buildship.com/trigger-nodes/whatsapp-bot...
No description

Hi All,

I am trying to build an chatbot MVP with build ship and flutterflow. My ask is how to build an API workflow for an AI powered chat that can act as an assistant to build up conversation using previous chat, upsell/cross sell and aid in reducing customer churn and drop off. Also, I assume I need to connect with a database/CRM from where it can retrieve past orders, chat, service tickets and continue with the conversation. Please help....

API call to have openAI with streaming

I am interested to do a streaming assistant but because there's some limitations with the prebuilt openAI streaming node (like I can't do JSON response), I would instead like to do my own API call with the parameter of "streaming": true, like how it was specified on openAI documentation. I tried doing it in buildship but it's not working. Is there any way that I can do an API call to have streaming in openAI?

How can I parse the response of the OpenAI Assistant response so that I could use specific data?

API calls allow me to use the response and the specific data I want with a format like Response.textData. How do I do this with OpenAI Assistant responses? I've tried using the response directly as "Response.textData", parsing the response through the JSON String node, but the data still doesn't come through. Any suggestions?

email trigger & mail forwarding

Is there a spam filter on the email trigger? I'm trying to set up email forwarding from a workspace email. The domain's url ends in .ai . The odd thing is that i can manually forward an email to that address from the trigger, but the automatic forwarding doesn't work. But the responses that are sent using the same email work perfectly. So I'm confused why it's only the process of automatically forwarding messages that doesn't work.
Next