Return actual image data as workflow response
I am in need of a workflow that is able to return actual images when called via a HTTPS call. I can't figure out how I can return an actual image as the response of such a workflow. Is there anyone that can point me in the right direction?
Could not validate flow, but tests successful
Tests for each node and for the entire flow succeed with expected output. However, unable to ship as we are receiving this error:
Flow error:
Something went wrong. Could not validate workflow.
...
Buildship Down?
I can´t access the website app.buildship.com, I'm getting this message "The connection has timed out", the main site buildship.com it's working for me. Also, I got an email everyday pass midnight with info to be processed that I deal with using a flow, but last night doesn't run, but I can't access the app to see the problem
Cant access all my flows and Ive been made to onboard over again
Please I meed help. I am not able to access all my flows in my account and Ive been made to onboard over again after trying to login. Please how do I fix this and why is this happening?
Question about credit calculation for keyless nodes
Hello everyone,
I recently ran a workflow using a Claude 3.7 Sonnet keyless node in Buildship.
The workflow took about 11 seconds to complete, so I was expecting the cost to be around 11 credits based on the usual “1 credit for the first 3 seconds, then 1 credit per additional second” rule.
However, I saw in the documentation that keyless nodes might work differently in terms of credit calculation.
Can you confirm if keyless nodes are calculated in a different way than the standard time-based credit system?...
Questions about custom domains and project limits in BuildShip
Hello everyone, I have two quick questions:
About custom domains
Is the custom domain feature applied per workspace, per folder, per workflow, or per project?
About projects per workspace
How many projects can we create within a single workspace? Is there any limit?...
loop
I am looking for some help on a buildship workflow. I have a firebase query that returns a filtered array of documents form a collection called "users". I then try to pass that array to a loop and inside that loop I use the flutterflow push notification send a push notification to the user, using information from the firestore documents in the array passed to the loop.
My problem is that I am unable to select fields inside the documents in the array passed to the loop. For instance I want to pull in the data from the word_title field for the Title of the push notification and summary_word for the Message field of the notification. I am unable to access that data from the array. Could you help?
I have tried using variables but I am unable to drill down into the loop items to select the correct fields. I have also tried to use dot notation to select the correct fields, such as "Title: {{item.reminder_list[0].word_title}}" or "Message: {{item.data.reminder_list[0].summary_word}}", but to no avail....
openAI assistant
It seems like the openAI assistant node is buggy. I looked at the code and it calls the open ai retrieve function as follows:
I checked in the openai documentation and the parameters are supposed to be passed in a different way.
I actually see the error, I keep getting an error message telling me that the thread_id is undefined (even though the thread does exist) and in fact the url that it runs is wrong. I has the thread id in the place of the run id, and the thread id is undefined. ...

Unable to delete workflow
Hello everyone,
I'm trying to delete all the resources linked to my Supabase integration, but I keep getting this error:
Failed to delete all resources of SupaBase integration
Because of this, I'm unable to delete the associated workflows....

Step1?
So I'm starting from scratch and I'm not sure where to begin my journey as an AI Automation Agency entrepreneur. Can someone suggest me what all steps would be better and how can I fasten the process?
Thanks...
Meet 400 when using Anthropic ai chat
400 "400 Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."
ELEVEN labs api working but not giving 401 request in flow
i have tested with curl command but in the buildship its failing
i m using Elevan labs text to speech buffer it open ai is correctly passing text to elevan labs but 401 error @Gaurav Chadha...

FlutterFlow Supabase Auth
I want to securely connect users to my FlutterFlow application using the buildship trigger and using supabase auth
.. I'm stuck as to how I am supposed to do that. Many tutorials onl show how to connect using the trigger but for workflows that do not require authentications.. Is there a comprehensive guide on how to achieve this?...
How to Query Firestore document using a field which is of type timestamp
can some please tell me how can i filter firestore document using a field which is of type timestamp ( i want to filter all the documents which had field (plan_ends) which is of type timestamp less than current day + 1 time
Unable to view logs from within starter script
Hi,
I am using a starter script to work on some Supabase data. I am able to fetch the data in my script by return the same data. I have a bunch of logging.log commands in the script but I dont see the output of those commands in the console.
Thank you...
Unable to run for loop within starter script
Hi,
I am using a starter script to loop over the elements of the results of a Supabase get row output.
I have set the output for the Supabase get row to be an array but when I try an loop over the elements I dont see the for loop executed.
Code in the starter script....
Solution:
Struggles passing images from inputs to API Call Node with REST API Call.
I've been struggling trying to troubleshoot a 'no image provided' error code with the plant.ID api. I'm concerned my input node is not getting passed to my api call node at all or not being passed correctly. I tried putting an 'images' header in my actual api call node to see if that would fix it but no such luck. Any ideas on how I can troubleshoot this? My api call is working in postman and I've copied it into buildship excatly the same. If it's not an issues with the input to api call node pa...
Solution:
Hi @AP I've shared the solution over email, along with remix, you can try it, and followup on email if you feel stuck.
Also, sharing a part of it here - The issue is with the inputs, the image you are passing is nested inside objects and is not read in the API call body. Instead, use the file upload trigger to upload the picture as a multipart file and then pass it to your API Call node as body. From the file upload trigger, you'll get the buffer and path, which you can use....
loop not parsing the array properly
i am passing a array as a value in a loop but it is taking it as a single value not parsing it properly ( the array which i am passing is not nested)
here is the link my workflow please check it - https://app.buildship.com/remix/98d6edf0-a403-4dec-bd91-f3ebd6216a10
please help me as i desperately need asolution...
Solution:
@Gaurav Chadha @Chris Wright | Because You Can Thank you brother for you help i finally 😊😊 founded the issue ( i was adding an array inside items in the loop ) that's why it was self nesting it
