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

Matthew - does buildship have a groq output for...

does buildship have a groq output for streaming

pablonaj - what's the best way to activate/deac...

what's the best way to activate/deactivate a cron job? I would like to have an even firing every day, but would like to have the option of it not running some days (I want to be able to chose on the same day if it runs or not).
Solution:
@pablonaj Currently, deleting the trigger or workflow stops/deactivates the workflow. For your case, you can just delete the Cron trigger, and replace it with REST API Trigger and then ship again. The cron will stop running.

Matthew - Ive been trying to make changes to my...

Ive been trying to make changes to my node logic in an api call and everytime i try to save it the code reverts back to what it was before. ive clear cache and everything any idea whats goign on

Julius - anyone experiencing the same thing now...

anyone experiencing the same thing now? None of the variable editor is working https://jam.dev/c/cf9c5191-c737-442d-bd1c-ee82ddf6d49d...

Jorge - I need to access a specific collection ...

I need to access a specific collection in Firebase using the buildship tool. To do this, I need to apply a filter since my goal is to get and analyze the messages from the "messages" collection which is a sub collection of "chats" (here is the complex part). My goal is to be able to apply that filter in Buildship natively so I don't have to send a list of documents from the backend which would not be optimal Conclusion, I need to make a query in Buildship to a sub collection in my Firebase applying a filter. Is there documentation or video about this? Any project that I can copy?...
Solution:
Hi, great question. Short answer, all of this is possible in BuildShip. Here's a recording that shows filtering a sub-collection in action.

serge - helllo , I am sending message in body t...

helllo , I am sending message in body the following: ` <p>Cher/Chère ${ctx["root"]["request"]["body"].username},</p> <p>Nous sommes ravis de vous informer que vous avez gagné un(e) <b>${ctx["root"]["request"]["body"].win}</b> avec xx! 🏆🎁</p> ...

Matthew - I have an AI Chat flow, I want to all...

I have an AI Chat flow, I want to allow users to uplaod files and the AI read froom the files. what is the best way to do this in builship
Solution:
@Matthew, you can checkout File Upload Trigger -- https://docs.buildship.com/trigger-nodes/file-upload along with BYOK where your users will be able to use their own keys - https://docs.buildship.com/tutorials/byok

bfg - the rowy tables in use for my project are...

the rowy tables in use for my project are displaying when I navigate to https://rvwfyi.buildship.one/ I can read and write to them via buildship. How can I fix this?...
Solution:
@bfg 1. Click on Add table at https://rvwfyi.buildship.one/. 2. Then in the collection name ensure to add the collection name of the missing table. 3. It should show the available data after creation, you may need to import it. (You can follow the guided setup)....

adrfinance - I think there is a bug in copying/...

I think there is a bug in copying/pasting nodes in Buildship. I am getting an error 'Clipboard is empty' when I try to copy and paste a node within the same workflow.

adrfinance - Hello. Let's say I have 2 workflow...

Hello. Let's say I have 2 workflows. Workflow A has 20 nodes and Workflow B has 20 notes. Let's say I want to get all the nodes from A and copy paste them to B. Is there a way to do that without having to copy paste every single node ?!?!?

serge - hello, i am trying the gmail node and w...

hello, i am trying the gmail node and when i putting the receiver email, the email came to my email as me (without sender email)
Solution:
For now, if it works with your usecase, you'll require to build an API key version of the it, and then your user's can upload their own keys via FlutterFlow - https://docs.buildship.com/tutorials/byok using BYOK.

Cyber | Senpai - Can we connect redis with the ...

Can we connect redis with the buildship?
Solution:
Add a rest api trigger

Jrocks - If I add a sleep node with a wait time...

If I add a sleep node with a wait time of 1 year, does this mean it will use up 1 year of execution hours?
Solution:
@Jrocks, 1 year of wait time isn't ideal at all, could you please share your usecase for this? The hard timeout for a workflow's execution is 5 minutes, it will stop after it.

Julius - We're on the Pro plan and about to upg...

We're on the Pro plan and about to upgrade to get Priority support but we haven't experience the chat support mentioned in the pricing. How do we get access to chat support?
Solution:
On the expert plan, We provide a 1:1 call on an as-needed basis to get any issue resolved after the initial screen on the support form and better response time. Also, if you need help with your workflow logic or build your app from idea to production, you can connect with our Experts as well anytime via experts program - https://contra.com/buildship...

Giovanni Cocco - Hi everyone! Is it possible SS...

Hi everyone! Is it possible SSE node? I need to configure an eventSource on the frontend (React) to listen to payment updates in real time, avoiding pooling. I created an API Call trigger and registered it on the payment platform, which will return whenever a payment confirmation event is received. Then I need to update the frontend, so the next node would be an SSE....
Solution:
I think if you simply return the response along with the event, you can update your frontend by checking if response.status true, then update the frontend. As in server sent events, you can call the endpoint, and handle this in your fornted. A good blog to check out - https://medium.com/tokopedia-engineering/implementing-server-sent-events-in-reactjs-c36661d89468

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???