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

Create document in a SUBcollection in Firestore

Hi, I'm listening a stripe webhook after a subscription is created. I need to create a new document (with info from the webhook) in a user SUBcollection. I'm able to create the document it in a new collection, but not in a SUBcollection, can you share with me how to modify the node to do it? Thank you...

bubble.io

Hi, I am trying the connect bubble.io with buildship and need some help. Trying to connect chatgpt with bubble, but in a way where people can't access my API key. I keep getting an error 500 when in bubble. I am sending a prompt in json and using a form extractor but it does seem to work....
No description

Flutterflow no JSON Paths

Hey guys, I just started creating a Flutterflow app which enables users to upload a picture and to get the text in their image categorized and returned. I was able to setup a working process in BuildShip and connect it to Flutterflow. When I click on test API it says "success" and I receive the Information I wanted in the "Raw Body" but it doesn't list any Information in "Body JSON". Someone got an idea what could be my mistake? Thanks!...
No description

Buildship Scraping Help

I need to scrape websites by cycling through different variations of the same URL(I provide the URL extension), but I can't figure out how to get the crawler to visit a root website (ex: www.google.com) and then cycle through the URL extensions (www.google.com/1, /2, /3, /4, /5) extracting the data attached to the selector. Thank you in advance...

Consume Files VIA API?

Can I consume a file via API?

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

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
No description

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

Rapid api

How can I add rapid api in my api?

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

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

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!
No description

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"
No description

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')...
No description