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

Issue with AI Auto-Fill Data Overlap

Hi @BuildShip team, I am using the OpenAI Assistant node with a tool that makes an API POST request to save the name, email, and phone number of the user. The name, email, and phone number are all auto-filled by the AI. While this functionality generally works well for collecting this information during conversations with users, I have encountered an issue. I have attached a screenshot as an example....
Solution:
@Jrocks, On checking the recent and the previous logs (which shows the issue) of your shared workflow via support the newer logs shows the correct values and does not repeats, As for the new logs if you compare the request inputs - the request body email matches with the email of your Update Contact node's input. On latest logs. We have found an issue that in some of the previous executions it used previous test data and repeated the executions twice, we are looking into this and will add a fix. For now as a workaround, could you please delete and add the Assistant node again and give a try, and ship it again, it should perhaps solve this issue. Let us know if it works and occurs again....
No description

Type 'unknown' when trying to use API

Hi, i'm trying to use API from openfoodfacts. I've followed the tutorial but still getting error "Property 'product_name' does not exist on type 'unknown' ". I've tried various options but the closest one is when my result in test mode shows {"name": undefined}. Any help would be appreciated 🥹
Solution:
@Shizuru You'll require to pass the barcode as key and the actual barcode in the value then test. Ensure you match the key as it is case sensitive.
No description

Providing Buildship my users Google Auth token

How do I pass Buildship my users Google auth token to use the Google nodes? For example, instead of saving a task on my Google calendar I want the user to be able to save it to their own. How do I pass this data to Buildship to be used in the flow?...

HTML to PDF Not using the FONTS I've specified

Hit her, I have little to no background on coding, so maybe it's my bad. I have been trying to create a PDF document from an HTML, where in the head I specify the style of the text using a Google Font. However, the document generated does not use my style. Here is what is in my head:...
Solution:

Where do I find docs on how to add a header with a value to a rest API call ?

I want to add Authorization with a value but the "+" symbol seems to add a new element to the output ?? When I click on the "Request headers" I don't see anything for adding values to that property... Any help or advice is appreciated ......
Solution:
To add an Authorization header, you'll require to add it under the Request Headers, ensuring the type of the request headers is Object. You can clone this sample workflow - https://buildship.app/remix/ca544a0c-566c-4642-aa3b-729e7eb92474 which has an example. Also, to learn more about headers and other components you can refer to this - https://docs.buildship.com/basics/ship-an-api and REST API Trigger docs - https://docs.buildship.com/trigger-nodes/rest-api....
No description

Cannot read properties of undefined (reading buffer) when uploading image

I am trying to upload a local image from flutterflow to firebase by calling the "Upload File to Firebase Storage (Authenticated)" API in buildship. For the API I use a Multipart body and I assign the "uploaded local file" value to the "image" variable which is also of type "uploaded file". It seems though, as if the image doesn't get send or has the wrong format (even though it is a jpg image). Any idea what I might do wrong here?

BuildShip compliance

Hi there, I'm trying to see if I can use BuildShip for a client project but the client must remain HIPAA compliant, does BuildShip offer a pricing plan that supports a BAA?

BuildShip Database

I’m currently working with Firestore on my project and have come across Buildship, which I find very interesting. Regarding the Buildship database, I successfully integrated Firestore and can retrieve documents from my Firestore collection nodes without any issues. However, when I switch to the database view and try to create a table with the same name as my Firestore collection, I receive an error message saying, "There is no data in the Firestore collection." Could it be that this feature is o...
Solution:
@osmanFirat Both BuildShip database and Firestore database are different. BuildShip DB is an inbuilt Firestore database which comes with your project. It is not the one you access with your associated email outside BuildShip. You can refer to this conversation -https://discord.com/channels/853498675484819476/1246926649686097983/1247116854930047029.
No description

BuildShip DB integrations

I have seen that buildship integrates with several databases, but is there a way to integrate with a SQL server type?
Solution:
Yes you can connect BuildShip with any database, example: MySQL - https://docs.buildship.com/tutorials/mysql-crud

OpenAI Assistant node with Functions

I've been exploring BuildShip using an Assistant that I created that has a Function added to define how the OpenAI Assistant API should behave. When I set this Assistant up in BuildShip, it appears that the Function is ignored. I know that you have to add Instructions to BuildShip but how do you add JSON that is defined separately in a Function?...
Solution:
@IanFP Yes, as it is mentioned in the node info-tooltip, that modifying the instructions will override the default instructions.

Input too large error (prod) and working in test

I'm running a custom node that is running some JavaScript function that is basically parsing an HTML page and evaluating the variables to render an HTML page for an email. The node works in test environment but in production environment I have input too large error. Is there any difference between prod and test in build ship? Can anyone help? That would be awesome.
Solution:
@jmvl The response from the logs - input&output is too large and is not an error or issue, we are excluding very large JSON responses in the logs system currently and displaying the above message, it should work correctly if you connect it with your client (frontend) and send the response. We'll update the limit and will improve the UX around this. You'll still be able to use the output in the next nodes.

OpenAI Telegram Group VA

Hey everyone, I'm trying to automate a task tracking process in Telegram through an OpenAI Assistant.
I would love it if someone can help me to enable checking past messages and extracting relevant information from a Telegram group. I have been able to add the bot, have it respond the group chat, connected it to Assistant and made it provide a response. However, without the context from the group I haven't been able to get any results. ...

Scrape all YouTube URLs of a specific channel.

Trying to build a BuildShip API that can capture the following information when given the URL of a YouTube channel. Title, Date Published, Description, Name of Creator, Video Duration, URL, Playlist (if applicable). Has anyone done this before? If you have, could I potentially buy the solution from you?...

400 invalid value storybook

hi, i'm trying to build a storybook with a template, but got the 400 Invalid value for 'content': expected a string, got null. this happens during test at json generator step. also the template is a bit different from the one shown in youtube video, i guess the template is the more recent version, right?
Solution:
Hi @mia, I've went ahead an updated the template to use the latest version of the JSON Generator node. The only piece of information that you need to send is the prompt. Here's how you can do that.
No description

Dynamic Scrape

Noob here. Trying to scrape google.com using the template code. Keep getting a error "No element found for selector: #APjFqb"
Solution:

Help With Calling an API

Hi Guys! I am having trouble connecting to this API https://apidocs.unleashedsoftware.com/AuthenticationHelp the issue i am having is how to do the API signature. If anyone could help me that would be great!
Solution:
For assistance with creating an API signature for the Unleashed Software API, you should refer to their Authentication Help documentation. If you need further assistance with integrating this API into your BuildShip workflow, please submit your query via the in-app support button....

Sequence of transactions not received

Hi, I'm using FlutterFlow to build a translation app and when I try to send multiple sentences in sequence, I get an error and only see the first one translated and the other not. Is it something to do with Buildship or FlutterFlow? Thanks a lot....
Solution:
Yea it most like is the ratelimit on free plan, Would it be possible for you to combine the requests on the flutterflow side into a single one? Or try upgrading to the starter plan it should also fix it( if it doesn’t we can refund)

Notion integration for app users

I saw the previous thread about the voice notes template, but I'm wondering - in general - is it possible to allow users to connect their notion account to my app through Buildship? And if so, is it advisable? I don't yet know about the Notion authentication flow/requirements. So I'm really just looking to figure out whether I should be looking elsewhere for this feature or not. Thanks!...
Solution:
Hi @thedusen Currently, you cannot allow users to connect their own notion account though the notion OAuth nodes, we are working on this. Will be available in near future.

supabase

Hi all, trying to build for the first time using buildship. I'm trying to send this json { "activities": [ {...
Solution:
Hi @Yantso, to access the activities field from your JSON object you can use dot notation in the expression editor. I'm not sure about the specifics of your workflow but this can give you an idea: https://buildship.app/remix/891dfc6a-e489-4ae5-a044-4c81b1c65943 In the Supabase "Create Row" node you can see how this is done....

Buildship Payment issues!

I need help from someone in support. I've had access to buildship for a while, but no matter what I do, I can't ship anything because you guys still won't process my payment. There's no issues with Stripe or my bank, I checked many times. I need someone to simply go in and CHARGE my account so I can start shipping. I'm already on the Pro plan, but haven't been charged no matter how many times I try to update or whatever. Please help ASAP.:4687pepeangrycry: