Do any of you also have a problem with disappearing values? Yesterday I was working with my workflow, I set all the necessary values, everything worked correctly, and today all the value fields are empty....
Hey guys! i'm making solid progress on building out our buildship API but have an issue. I'm working on a workflow with multiple branches, and I'm looking for a way to consolidate data from these branches at the end of the workflow. However, I'm encountering errors when trying to access values from branches that were not executed in the current flow request. Is there a workaround to access variables or data from non-executed branches in Buildship? Ideally, I'd like to retrieve the value from whichever branch was run and use it for further processing. Any advice or suggestions on how to achieve this would be greatly appreciated.
In the example below, I need to check to see if the row exists in supabase, if not then i need to create the row (on the branch). The trouble is that further down the workflow, I cant find a way to use the row id from whichever node was run. Thank you!
Guys, tell me why it doesn’t take the data from the check, I connected everything to firebase and cloud.google, but when I load the check as a picture, it’s completely silent https://screenrec.com/share/84y31khvzG
Hello. I encountered an error when updating a row in Supabase, where it always throws a null result. Does anyone know the solution? And is my query filter correct?
we're working on built-in git integration, however for now you can export workflow manually, then you can commit it gitlab or paste into a different project
@Shams I am having trouble using environment variables. If I create more than 1 (e.g. 5), only 1 of the environment variables has a value, the rest appear as undefined. How can I solve this issue?
My question is this: At the moment, I am able to create an empty node, but I could not figure out how to give a name to it. The problem then is if I have many empty nodes it becomes problematic trying to remember what each one does, if they don't have a name. Thus, is it possible to give a name to the empty nodes/
hey guys, sorry for the noobie question, but, someone can teach me how do export an entire table (Supabase) in a PDF file using Buildship and FlutterFlow?
Deleting the table from Rowy only remove existing data and column configuration in Rowy, data in your Firestore collection should be available for backup. You can import it again.
@Shams hello, I think there is an issue also with how the input of empty nodes is handled in Buildship. Seems like all the values are imported in a JSON format in the first variable input in an empty node. Are you aware of this?
Yes, you can,did you deployed your derivative once? If yes, then it should be stored in the GCP Cloud Functions - https://console.cloud.google.com/functions under the derivatives folder, you can find your derivative source code.
@Gaurav Chadha we updated to a Starter plan and I am trying to create a simple workflow with an empty node and a return but I get build failed. Any idea how to fix the issue? @Shams
Hello everyone, hope all is having a great Tuesday! Just stumbled upon buildship and I need clarification before I proceed any further, I see you can integrate stripe to custom GPT, although is it possible to have a bot integration using telegram/WhatsApp custom GPT buildship stripe and only charge the user after the 5th prompt?