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

Store an Array of strings with 'Buildship - Create Document (with ref)' node

I am trying to store the following into a document, { "localities": [ "BEVERLY HILLS (NSW)",...
Solution:
Hi @Abrar, Also sharing the fix here for community members with same issue, thanks for confirming on email about the fix worked. From the node logic (BuildShip creates a document with DocRef), your workflow, shows that you have modified the logic for the extracted array, which is causing trouble here. Use the AI to edit if required. To Fix this:...
No description

Could not send message: Unexpected end of JSON input

I built a workflow, using "Chat with Firebase" template. I changed from Antropic to OpenAI nodes. But when I shipped the worklfow and opened the chat widget, after trying to send a message to this assitant, I got error: "Could not send message: Unexpected end of JSON input" What did I do wrong? No changes was done to trigger or last node (return) in this workflow. I use "OpenAI Assistant (Stream Response)" module and also have enabled "stream response" at chat widget....
Solution:
Hi @Stepan_Molchan, I remember sending you email with the solution, can you check? The issue with the Google Docs was fixed and confirmed by you, for Perplexity there was an issue in the prompt values, as it expects a string but your prompt contained JSON values which was causing the issue, I've fixed it and sent you an email, you can check. Let us know if you get into any other issues.

Tripadvisor API Help

Hi, I have been trying to hit the tripadvisor API. I can successfully return info via Postman, however, in buildship I get a 200, yet it still returns as unauthorized. I've included my secret key as an query param as specifced too, seeing if anyone has any thoughts on what else I can try?
Solution:
Hi @Tony, This is already resolved over email, also sharing the solution here for the community: In your node, You added the key in the wrong format, it should be in the form of object string and according to Tripadvisor's documentation, it requires to be passed as a query parameter. https://tripadvisor-content-api.readme.io/reference/getlocationdetails. Passing the locationID along w/ the key in the query parameters should fix the issue for making a request to this API....
No description

Problem Streaming OpenAI Assistant

Hello to Everyone in the community ! I am trying to get "letter by letter" streaming but I am not abble to make it work -- streaming answers combining Buildship & Flutterflow as per @thedigitalpro tutorials 😓.
Here below are details : thanks in advance for you help ! ...

Logging witihin NodeLogic

This is probably a very basic Javascript question... Consulted he documentation and yes there is logging but it is only available (scoped) in the default export function.. I want to log in the other functions... how do I get this to work? Consider the following:...
Solution:
Hey @Abrar, you can do this by passing the logging as a parameter to other functions. Check this updated code: ```JS...

api

Hi guys, I'm looking at developing an app in flutterflow for my business that will connect to stripe for processing payments. I know how to set that up on my stripe account however the plan down the road is to sell the app to other businesses. How could I use buildship to connect to their stripe account securely? I'm assuming there's a way to hash/encrpyt and store keys connected to a user...just not sure if it's possible with buildship...

Image to text / database extractor

Hi I am new to Buildship, I am looking for a solution to extract data from images to add to database. I am trying to figure out how to build using the Google Vision (I just watch from the youtube of Builtship) that it can be done. Although I do not have any experience in coding or even creating API. I hope some of you here I can engage in a conversation if ever I am stuck on something. Thanks...

Firestore Collection Query with multiple filters : Value for argument "value" is not a valid ...

I would like to filter collection with multiple filters 😄 "Value for argument "value" is not a valid query constraint. Cannot use "undefined" as a Firestore value. If you want to ignore undefined values, enable ignoreUndefinedProperties."...
Solution:
Hi @Link, the object validation node's result here will be false (you can confirm by clicking the green arrow icon). As in Body you are giving an Object but it only accepts and validates object. Due to which in the second node Firestore Collection Query, the value you are referencing from body is breaking (invalid), To fix this, either pass the body as a valid object. ```{...
No description

API header error

I'm trying to make an API call to OpenAI's list messages API. I keep getting the error saying I must provide the header, which I did in the test. There are no options in the node to place the header....
Solution:
Hi @Ada, does the API header requires a special key or is it just a simple Authorization hearder? If it requires a special key, then you'll be require to modify the code logic a bit before providing the custom header directly to make this work. Consider this example of Rapid API with custom header: You can add the key and host directly like this by modifying the headers in the code of the API call node. Ensure to pass their values in the export params and node fields too to make it work. ...
No description

Telegram-bot: Cannot read properties of undefined (reading 'length')

Hi everyone, I am new to Buildship I tried to call OpenAI AI Assistant in Telegram by following this youtube tutorial from buildship : https://www.youtube.com/watch?v=Pz1t1KCnrbs&t=578s...
Solution:
Hi @samlira1705 The error cannot read the properties of undefined reading length shows that the connection is not successfully set up for the Telegram bot, to debug this you can perform a quick test. In a new workflow, you can add the Telegram Bot Trigger and add a return node and in the value return the full object received by Trigger, and then try sending a message to the Bot and confirm if the object is reading the message text in it. You can confirm it by checking the logs - https://docs.b...

how to update subscription status from active to inactive in lemonsqueezy workflow in build ship

Hi .. I have gotten the part where after a user has successfully subscribed it updated the firebase subscription status from inactive to active.. But if the user has failed to pay for the next month, how does the workflow change the subscription status from active to inactive in firebase databases automatically @Harini...

How do I get my secret key

Template : Google Vision
No description

I can't get BuildShip Trigger to Work.

Hey there, i am currently trying to work out how to get the buildshipt tirgger to work. I made two worflows for test purposes. One that has the trigger and simply just is supposed to return a string. The other one should just execute the trigger and return the string. I left the data object empty. Both workflows are "shipped", project id is correct. From tests and logs i was able to gather the following information: 1. trigger exits with error "Fetch Failed" 2. logging the error returns "src property must be a valid json object" 3. the fetch itself seems to work, because not calling it asynchornus returns success but without any return data....
No description

API Key

Hello, I am building a web3 app, and I would like to integrate buildship with Moralis API . But I wonder How to input the API Key inside buildship, is it not in the secret key section? When I input the API key in the authorization, it returns this: { "status": 401,...
No description

Issues with Loop node :c

I am having this error with my flow. I want to get the comments from my posts on my Facebook page, but since it's not possible to get them directly, what I am trying to do first is make an HTTP request to the Meta API to get all the post IDs (in an array) from my Facebook page. Then, I use those IDs to get the comments from each post. Up to this point, it works correctly. Then, I also have a JSON of several objects: {...
No description

Notion database query node not working

Hello! Super excited to build some things with build ship. I am needing to query a notion database for specific fields—and the request seems to hang forever when running it. I have confirmed the DB ID is correct (retrieve DB with same ID immediately returns results), but when adding a filter and using the query DB node it hangs. I've tried a lot of different configurations and fields—including copy / paste from the notion integration docs and updating my fields to match the conditions outlined there. Here's an example filter: ``` {"property":"Date","date":{"equals":"2024-06-07"}}...

I need help with "BuildShip Trigger & Execute Workflow Nodes" - (Not working)

I am trying to use the BuildShip Trigger & Execute Workflow Nodes to create and update Firestore documents, but they're not responsive for some reason. I keep getting the error message: {...
Solution:
One quick thing to check... you must ship the workflow you're trying to trigger (the one with the BuildShip Trigger) before you test it out with the Execute Workflow node.
No description

google sheets not found, database not found

Hi all, I am using the custom functions within AI assistant but for some reasons despite the fact that I am properly authenticated with google it cannot find the google sheets (it did find it once, but it stopped) I have tried all the urls and permissions but it says it can't find the sheet. Same for the Buildship database, I have created a table and when I use get database I enter the collection name but it returns not found. Is the system down or something? thanks a lot for your help.
Solution:
Hi @Stepan_Molchan, it is working for other user's as well. https://discord.com/channels/853498675484819476/1250886176051695656/1253474862182437026. Did logged out form the OAuth node, right? Could you please try on incognito or clearing cache too? As we tested from different accounts and is working fine.

Extract data from social media

Is there a template to extract data from social media profiles?
Solution:
@Grant absolutely. This is possible. I've added a template you can test out for just this: https://buildship.app/remix?template=llm-extract-to-database

No API endpoint after deploying

Hey guys, I seem to be running into an issue where I'm not getting my API endpoint after shipping, any ideas as to why? Cheers!...
Solution:
Hi @adamsardo You can click the link icon to get the endpoint.
No description