Selecting multi-word fields
When trying to troubleshoot a loop node I noticed this. I want to pull a specific URL field from an item, and the field has a 2-word name. I tried using item["Directions Link"], (probably the wrong thing to do?) but every time I do that the editor automatically removes the structure and reverses the input, or just declares it invalid...
Theres definitely a bug in there causing the reversal, but also how should I be selecting what I would normally write as object["field name"]?...

Help :( Backend for Health Data Validation Project
Hey everyone! 👋
I’m working on a project for my studies and could really use some guidance! Here’s what I’m trying to achieve:
1. Objective: Users should upload a picture from their phone (of a document, insurance card, etc.), which would then be analyzed....
Help with Whatsapp Nutribot
Hey! a very motivated beginner needs help here 🙂 I just practiced with the nutribot chatbot template (https://www.youtube.com/watch?v=tvaiKsyr8dk) and it works! but there is one problem. If I use charachters like "ñ" or "á" when writing a whatsapp message it doesn't work. I don't even get an auto response "AI is thinking" what could I do? How can one debug something like that? I would like to make a similar app but for spanish speaking users and this is a problem 😩 Thank you a lot for your he...
How can I make a switch for cases when a query parameter is null?
I have a workflow and sometimes some of the query parameters are null or not existing, how can I handle this so the workflow doesn't fail?
Solution:
Ok, managed to fix it, I used chatgpt to change the get query node function to give it a default value.
Why would my streaming API call to Open AI only return this?
I'm using the template provided by Buildship and I've adjusted the API key and Assistant ID to match mine. Then, I'm passing the parameters to it through the body when testing. However, no data is being returned. If I chat with the assistant directly in the playground I have no problem. Please help! I've been stuck for three days.
🤬
Error and code below...
...
Solution:
Hi @hemax99#epic Streaming Assistant won't work in Test Mode, you'll be required to ship the workflow and then test it on your client-side (frontend) or use BuildShip's chat widget to verify streaming, also ensure you enable streaming in the chat widget. You can refer to this video - https://www.youtube.com/watch?v=H4xx_7M0TDQ.
Also, please refrain from using such bad emojis in the request. 🙂...
Audio translator template - 400 error at Speech to text node
I followed the steps in the tutorial, enabled my api key for the Google cloud services as required, but get a 400 response at the Google speech to text node. Any ideas what could be the issue?

Looking for Buildship Expert with over 4years of experience.
If you are Buildship expert, please DM.
I'll discuss with you detail about my project via DM....
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....

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.

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

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

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.