Can I build request that accept file
I've one project where I need FormData, is it possible to consume Form Data in build ship Rest-API ?,
If yes, can you please let me know how ? or provide some document ?...
[Unexpected token R in JSON at position 0] when access another workflow
I have 2 very simple workflows: Hello and Access Hello.
In Access Hello workflow I used a API call node to access Hello workflow with its Endpoint URL.
when I test Hello, it works very well. However, when I test Access Hello, it always prompt:
Unexpected token R in JSON at position 0. ...

Save document reference in another document.
Hello, I'm Oliver , building a marketplace. Do you know how to save a document reference in another document. I can't find the answer anywhere. It's a string type, and i would like it to be a reference type. Thanks for your help

Bug in Google Sheets Add Row
When you add the node "Google Sheets Add Row" it seems to add a different node called "Get Sheets" with the description "Fetch a Google Spreadsheet using the Google Sheets API". It doesn't accept any parameters for data to add and certainly doesn't seem to know how to add a row.
Seems to be a misconfigured node....
Get Event
Hi, i would like to get google calendar events and filter on description contain a variable texte. I dont succeed to add input parameter in the node logic { emailToFind }definition. i always get errors if i add one parameter...

Get Authorization Header Node has incorrect output type
The node is set up to output "string" but the code clearly outputs an object:
export default function getAuthorizationHeader({ req }) {
return { headerValue: req.headers["authorization"] };
}
...Buildship: Firestore Collection Query error
Hi All,
I'm trying to use the Firestore Collection Query to get all documents belonging to my Firebase collection. I've set up a /GET API trigger which flows into the Firestore Collection Query and then return the '(x)Firestore Collection Query' array.
...

Notion Page fetch
Buildship "Notion page fetch" node does not fetch page content ? is this bug or something else
Streaming API
Hi,
Does BuildShip support creating a streaming API? I am building an app using flutterflow, using custom action/function because their API interface does not support streaming. But now as I am trying to hide the apikey from the front end - I need a backend obfuscation for the api call. If buildship doesn't do it is there a different service or solution people are using?...
API Call
Where do I store the headers (key and host) for an API Call node in BuildShip? Send me an example screenshot maybe?
#api #apicall #rapidapi...
Rest Api call variable
Hi! I am new to Buildship and working through a Flutterflow+Buildship tutorial. In the demonstration there was the ability to change the parameters of the Rest API Call to create an input variable. When I open the API Call editor I only have the option to change the Request, but not the node logic, params, output, info that was shown in the tutorial. Am I missing something? Thanks!

Upload an image to Google Cloud Storage bucket - Using FlutterFlow and BuildShip
I am trying to upload an image to a Google Cloud Storage bucket but for some reason it is not working.
1) In FlutterFlow, I have created an option to upload a file and store it in Local Upload / Widget state.
2) I have then created an API call with a multipart body type with uploaded file and file name....
Gmail node issue
Hi, I'm trying to use the gmail node but i have an issue with the field Receiver Email , i fill this field with the result of another node by using the syntax in the screenshot but i have this error : "Receiver Email is not valid"

Loop item is always undefined
For some reason loop item is always undefined. I tried to pass array of strings or numbers instead of variable but result is always the same
Error: Cannot read properties of undefined (reading 'item')...

Npm package versions
As I understand, when using named imports, Buildship automatically installs the desired package. Is there a way to specify the version of the package during this process?
Firebase Authenticated User Trigger
The documentation says that you need to make a POST request to this trigger. Is there any way to use this trigger for GET/PATCH/DELETE requests or do I need to add custom triggers to include Firebase Auth in my endpoints. If so, can you suggest me how to do it?
Sandbox environment
Is it possible to create multiple environments in Buildship (dev/stage/prod)? Maybe there are some workarounds to work with multiple environments? In my opinion, this is a necessary functionality without which it is impossible to iteratively develop production ready solutions
is it possible to use external libraries(npm packages)
is it possible to install and use extternal packages? something like
npm install ...Async API Call : check status loop
Hello , I wonder if there is node to achieve this :
I have an async api call (similar to Replicate), first when do POST request, i will get {"id", "status"}. Then i want to loop GET request to check if "status" == "Completed" , how to do so ? thank you in advance...