BuildShip

B

BuildShip

Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automation, AI workflows

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

Squishy - Hello everyone, I need help with web ...

Hello everyone, I need help with web scraping a specific website. How can I modify this prompt to scrape only the provided website?
No description

.djarfur. - does anyone know, how to use stripe...

does anyone know, how to use stripe to create a session id and give it back to my swift app? Because when i call checkout with the givven back session id on my app, he cant find the checkout.

thereson - My workflow consists of 3 nodes and ...

My workflow consists of 3 nodes and one of the node is fetching data from an external API. When executed in isolation it returns the data fetch but when executed in the workflow it returns null. Please what could be the cause of this and how do I solve it
No description

Yavuz - Hello I want to use OpenAI assistant on...

Hello I want to use OpenAI assistant on my website. How can I make AI assistant to use informations on website and give customers details about products and links etc?

adrfinance - When I create a new API, does it t...

When I create a new API, does it take some time to get activated? I see 2 endpoints as being down for some reason... Why is this happening?

Nikolay - Hi all, could you help please? when...

Hi all, could you help please? when running a code I see that the formula is not being encoded correctly. Is it a bug or am I doing something incorrect? Thx in advance!
Solution:
Hi @Nikolay, The only issue in the "Encode Formula" node in the workflow was that the node expression was not in backticks ``, it was in strings "", due to which it was reading the full context and not tacking the values correctly. Sent you fix and more info over email on your support request.
No description

Chris Wright | Brandmember - Please help! What ...

Please help! What does a valid Document Path to the Buildship database look like I can't find reference to it in the support docs
Solution:
@Chris Wright | Brandmember, for the path in the update field value node, you can click the row and copy the full path from the table.

sophiah - Hello, How to enable firebase auth re...

Hello, How to enable firebase auth requirement on existing workflow? I have a workflow already and a function on Flutterflow calling buildship (AI streaming) Is there any documentation on how to enable that users must be logged in to get requests form the API call?
Solution:
Hi @sophiah, Thank you for also sharing via in-app support. On checking your workflow logs, it is giving the error: Missing authorization header or invalid format, needs to be in format: Bearer <firebase-IdToken> The authorization token you are passing doesn't have a bearer. You need to pass it in the correct format. You can refer to this documentation - https://www.youtube.com/watch?v=HmVrRIUlAFk and video - https://docs.buildship.com/trigger-nodes/firebase-auth.

adrfinance - Hello, I have a workflow that has ...

Hello, I have a workflow that has 0% uptime. How is that possible???
Solution:
Hi @adrfinance, the status does takes few minutes to get updated, sometime ~30min. The one you just now shared via support request now has up-time 100%

benjolito - Hey, I#m considering switching my Z...

Hey, I#m considering switching my Zapier to BuildShip. I'd like to add people who ordered at my LemonSqueezy to my audience in Loops. Is there a remix link for that here?
Solution:
Hey @benjolito just a heads-up I've updated the remix link to have all the correct values to be filled in, you can reclone again - https://buildship.app/remix/fd42b59c-50ad-4bce-b0b3-1434e806b730. And for the boolean error on loops, you can toggle back it to false and then true, it should solve the issue.

Matthew - getting this error? Not sure why it h...

getting this error? Not sure why it happened but i ran a test and it pushed perfectly fine. Not allowing me to ship it now
No description

jacob - how to use firestore ondelete trigger i...

how to use firestore ondelete trigger in buildship ?

Herbert Riener - Hey, I want to generate a pdf ...

Hey, I want to generate a pdf invoice out of a word document and replace different placeholders before generating the pdf. There should also be a possibility include some sort of a loop for the product lines. Is this possible with buildship or do I have to look for some other solution?

Jrocks - I'm using the template "OpenAI Assista...

I'm using the template "OpenAI Assistant with Retrieval." How do I remove the source citations from the responses of OpenAI? This is problematic because this AI is intended to engage with customers, and I don't want them to see these citations.
No description

Matthew - I have a response back from my chat a...

I have a response back from my chat api that includes text formatting like ** and \n\n. Ive used a ai generated node to get ride of the bold, but it wont remove the \n\n. Ive tried everything

Your Majesty - @harini @Shams @Gaurav Chadha ...

@harini @Shams @Gaurav Chadha I want to build a bot to scrape a website. But I want it to only scrape the website for new updates, that is, when information is updated on the website, my bot will scrape it and give me the updated information for me to send to telegram. Can anyone show me how I can achieve this? ...

Aathy2008 - I have a problem. I am trying to bu...

I have a problem. I am trying to build an app in flutterflow that would notify users based on their input(every 6 hours or everyday etc) I have the info in a firestore database. Once the user creates a reminder the push notification should be dent accprdingly. I watched BuildShip's scheduled push notification video, but i need those to work on use input. Can anybody help?