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

Trevor - Is there anyone available for a chat? ...

Is there anyone available for a chat? I am still new to buildship and I am not sure how to create a crawler and scraper. haha
Solution:
Hi @Trevor, you can reefr to this video - https://www.youtube.com/watch?v=DjAW3GgpZE0

Zorro - Hi! I am getting this error when I try ...

Hi! I am getting this error when I try to activate large export in my project settings in Rowy. I feel like it might be coming from my side but I'm not sure 😅
Solution:
Hi @Zorro It is an issue with the service account not being created correctly, you can try deleting the current service account and creating the service account again following this documentation - https://docs.rowy.io/how-to/create-service-account. This would hopefully solve the problem. Also, are you on PRO plan, as large export is only available on pro?
No description

Lihuixian - Hello everyone, I'm new here, pleas...

Hello everyone, I'm new here, please take care of me

A GoodFather - Hey guys 👋🏽 I am new here. As ...

Hey guys 👋🏽 I am new here. As a nocode dev with coding skills I want to understand what backend is. Anyone???

Savannah - Anyone know how to remove double quo...

Anyone know how to remove double quotation when using variable. For example, the temperature and max token value need to be integer with no double quotation....
Solution:
@Savannah, you can change the type to number of the variable tempereature-settingand max-token-settings in the output schema from where you are getting, it should solve the issue and give you values in number. For updating output schema you can check out - https://docs.buildship.com/basics/update-outputs...
No description

Giovanni Cocco - Hi everyone! I have a problem ...

Hi everyone! I have a problem with API Call node. I am trying to call an api with api key authentication. I modified the node but still get an error. In Postman it is working. Error: Unexpected token '<', "<!doctype "... is not valid JSON I am calling the POST method with the body in JSON format...

Luzzotica - Currently unable to get past this s...

Currently unable to get past this screen. Clicking on the Go to home button sends me back to the same page with the same error. Can't log out....
No description

JamesG - Hey all, are you finding editor perfor...

Hey all, are you finding editor performance very slow the last couple of days? If this is a temporary issue I'll just work on other things for now, but if not maybe I'm doing something to slow it down? I know that with >15 nodes it slows to a crawl, and hoping that's addressed in future updates.

serge - hello, do you have any tutorial on how ...

hello, do you have any tutorial on how to use one-signal push notification with FF for both iOS and android using Buildship?

Giovanni Cocco - Hi everyone! I am building a c...

Hi everyone! I am building a chat with WhatsApp and I would like to create a checkout session with Stripe. I don't know if this is the place to ask a question about the flow, I apologize if it isn't. In my flow I check if the user already has a plan (I check using Buildship Firestore), if not I call the Fetch Stripe Customer node and check if this customer exists, if not I need to collect name and email and call the Create Stripe Customer node to register the customer and then call the Create St...

Ricky - Hi, Have a good weekend!I wish all mem...

Hi, Have a good weekend! I wish all members success in their business. I would like to ask for help with a problem I encountered in my development project. If the path setting of Rest API is set to api/get/:id, I would like to ask for help if anyone knows how to fetch and retrieve data corresponding to id. The database is postgresql....
Solution:
Hi @Ricky, For the path variable (parametrized request) - you can indeed include a path variable in the REST API trigger on Buildship, you can define a dynamic part of the path using a named parameter (often called a wildcard or path variable). Here's how you can set this up: In the REST API trigger configuration, you specify the Path and Method. For dynamic paths, you can use a named parameter by prefixing it with a colon. For instance: Path: /api/call/:id if a request is made to a URL like - https://6dk2jv.buildship.run/api/call/:123 , the workflow associated with this path will be triggered. The variable part, 123, is captured by :id. You can access/retrieve this variable within your workflow using the request.path object. To extract the conversationId from the path, you could use the following expression within your workflow's expression editor: request.path.split('/')[3] This will retrieve the conversation ID from the path, which in your example would yield 123....

Chris Wright | Brandmember - Can I share a simp...

Can I share a simple node I created for an available API that isn't already in the library so that others can use it and save them the hassle of setting it up? Where is best to do that?
Solution:
Hey @Chris Wright | Brandmember, soon you'll be able too to submit via app. For now you can submit your node to the community via this form - https://buildship.com/community

Eugene Kadzin - Hello everyone, maybe someone c...

Hello everyone, maybe someone can help. I have a client that has a very specific request and I am wondering how to better build something like this. We have 100s of websites. For each website we have a product #...

HandsomeBoy - I'm looking for someone to work w...

I'm looking for someone to work with. If you are interested, please feel free to send a DM. They must be a skillful developer fluent in English.
Solution:
@HandsomeBoy, you can connect with our verified BuildShip Experts here - https://contra.com/buildship

Mikban - Is there a comparison any where that c...

Is there a comparison any where that can give me insight on pipe dream vs build ship? https://pipedream.com/...
Solution:
Hey Mikban, we dont have exact comparison with this tool - but in general BuildShip is geared towards being much more flexible where you can create your own nodes or edit any node there. We also have option to bring your own cloud and have at cost compute meaning as you scale the pricing works for you rather than against you - as it typically does in many nocode platforms.