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

Sign In Auth with Firebase

Hi! i am working on a Chrome Extension and i found the sunshine on Buildship to help getting done! I had a lot of problems with Chrome Extension MV3 and connect to firebase. Now, i get and create (sign up) my users on firebase through BuildShip, but......
Solution:
Hi @javilin, yes, you can use Firebase Auth Trigger https://docs.buildship.com/trigger-nodes/firebase-auth

Firebase Collection Problems

I'm encountering an issue when saving some results to a firebase collection using a loop. It works up until one of two thing happens - It stops at 20 loops/iterations - It stops at one before the last item in the array (if its 10 items, it will do 9) this also stops it from finishing the workflow because its not completing the loop ...
Solution:
Hi @!CarlYouKilledIt, Yes right, this is a Firestore limit, it allow on ly 20 read and write currently - https://firebase.google.com/docs/firestore/quotas.
No description

Limit Screenshot Size?

Using the v1/screenshot endpoint, is there any way to limit the maximum height of the screenshot?
For example, I want to capture only the top 4,000 pixels of a URL and not the entire page from top to bottom?...
Solution:
Hi @GitMaxd, did you tried setting the height option? https://pptr.dev/api/puppeteer.pdfoptions.

can we build zapier functionalities through buildship?

Can we do what zapier can do through buildship? like zaps, tables and interfaces?...
Solution:
Hi @nite, this blog is a good one to check - https://buildship.com/blog/best-workflow-automation-software-2024.

Digest Auth

I am a complete no code noob. I am trying do digest auth with buildship and don't know how to get started. I was able to do it successfully in postman but not in Buildship. Are there any resources for this?

query join table with supabase

Hi, i would like to get rows in buildship from a 2 join tables in supabase. Is it possible to do it ? If yes, how ? Many thanks....

how to write correctly query

how to write correctly since "key" is a column of the table and needs ``
Solution:
sorted out. I put the "key" as an extra parameter
No description

Find/Replace behaviour in the expression editor

Solution:
Hi @Raphael Walters , thanks for sharing the video. The find and replace is working correctly, the reason it doesn't add the field variable due to existing error on the line of code, due to which it does not gets added. I'm attaching a video showing example. Can you try eliminating the error on the lines then try to do find and replace action.

Is there a way to write a Firebase Doc Reference instead of a String?

Hey friends! Trying to update a parameter in Firebase but can't figure out how to make it a Doc Reference instead of just a String. Any thoughts?
Solution:
hey @NickyDLT, if you're using the "Update Field Value" node then it's been updated to try and convert valid string references i.e /users/H7sEUvlZaVRXgXnpSRZoTfJWUYn2 to a firestore doc reference. So if you re-add the node it should work now.

Cannot read

I was following every step in this video to the point: https://www.youtube.com/watch?v=Pz1t1KCnrbs Each part works independently, but I can't get any output in Telegram when I run them all together. The error seems to be in how the Telegram Bot tries to read information related to the Open AI assistant. In the log, this is the message (screenshot). The error says: Cannot read properties of undefined (reading 'length')...
Solution:
Hi @Paul Arnesen - HC Strategist, sent you an email with fix, we have updated the template you can delete and reclone.
No description

Complex workflows -> timeout

I built rather complex buildship flows including website scrapers. Now when calling the api I get a timeout. Is there any best practice for the front end (flutterflow) on how to deal with long response times? My flow works fine when testing it on Buildship. I found a possible solution consulting gpt: ...

Create New Firestore Document problem

I keep getting a "Value for argument "data" is not a valid Firestore document." error when I try to use the "Create New Firestore Document". Am I missing something with my formatting?
Solution:
I just figured it out. Very important to note for people using this node is that the object that firestore returns does not need to be parsed and using the Parse JSON node will cause the error.
No description

Gemini API location error

When I try to use the Gemini Text Editor node I get the following error { "error": { "code": 400,...

Download URL not working

I'm using WeWeb to display images that were uploaded to Buildship's internal Bucket. This works fine. But when I add an action in Weweb for users to download the images I get an error when it is clicked saying "failed to fetch". Any idea why this is and how I can resolve this?
Solution:
Yes, you can refer to this video - https://www.youtube.com/watch?v=7yJ6ddq6_Ls.

How to map faster?

I have a table that looks like the following: How would I go about mapping this faster? Or would I have to do each column hand by hand in the object mapping?...
Solution:
Hi @Bradley Gibson, You can use itterator, use the loop node which use for loop and map through the items of array of objects - https://docs.buildship.com/core-nodes/loop

How to add rows to a google sheet

I have an API call node that returns a list of businesses (see the JSON below). I want to add each business to a new row in a google sheet. Can't figure it out 😦...
Solution:
Hi @whitemole0x, you can use the Sheets Add Row node. Itterate over the data array using a loop node and pass the item to the data with a incremental value for each cell.

buildship help

guys is there someway that i create a node that can access the data from uber eats and other food delivery app like deliveroo or something like it access the restraunts and food list like when the user open the apps he is asked to connect to the uber eats app and then the restraunts near him i can access that record somehow...
Solution:
Hi, you'll require to make workflow for this, a single node won't be feasible for all this functionality. You can reference to the Uber API's and create node for different curd operation and build the complete app. You can leverage the AI node generator to start with - https://docs.buildship.com/ai-nodes.

Unexpected end of input

Hi, could you please help with the following issue? I receive an error when trying to run a standard node that moves files in Buildship storage. Any idea how to trouble-shoot this? Thanks...
No description

Problems filtering Supabase table

Hi everyone! I am having problems figuring out the precise way to format filters when making a Supabase call. If anyone knows how to resolve this your help would be greatly appreciated! https://www.loom.com/share/f9082393b66c49d589323b47d6566e49?sid=99eca381-8712-46e8-9b08-3b6c9db1d808...
Solution:
Here is an example workflow you may refer, for loop you can refer to these docs - https://docs.buildship.com/core-nodes/loop