Cannot Deploy/Ship via Flow Builder 2.0
Dear team,
I have lodged a ticket, but I do some help urgently.
I changed to "Flow Builder 2.0" for one of the flows. ...
Solution:
Hi @Christopher30 @jeff_sss Thank you for being so patient while we worked on fixing this issue, the branch node and the boolean type are now fixed, you can delete the branch node and add it again from the node explorer and try again, it should process the conditions correctly.
V2: What happens if node uses unrequired Input and this variable is not set
Let's say I have a "text" as one of many inputs and I set it to NOT required. Now another node uses this input for its own input. What happens there? Would the node fail (because that was the case in v1)?
Unused New Line characters
Hey, I am prompting ChatGPT with a complex system prompt. It is quite relevant to have new lines in there. When I press enter in Buildship the cursor jumps to the next line, but this is actually not being used in the input of the node. I can also see in the OpenAI thread that there are no new lines at all.
Do I have to specifically set "\n" for a newline or something?...
Sending data from Tally
I want to send data from Tally form submissions to the Buildship workflow. However, in the data structure, I can't access each of the key-value pairs from my form's questions. Instead, I can only take "fields" in an array format (holding an object inside, an object has all key-value pairs).
What would be the best way to extract this object from an array? I want to be able to use each of the key-value pairs in different nodes....

In one of my production workflows expressions does not work
"Dot Field" notation should extract field value form object - but in one of my workflows it does not. please help!
Solution:
Hey @dbrwk, could you please clear the expression, try switching to "JavaScript" using the dropdown at the bottom of the expression editor (where it currently says "Text"), and add the expression you want again and test it to see if it works?

Wondering about Best Practices around error status codes.
I'm noticing that a lot of my "expected" return status codes like 404 are being reported as "Failed" red dots in the logs, when they aren't in fact errors, but just states that are handled by the app. (example: promo code note found results in a 404). In terms of REST, I believe this to be best practice (?), to use the status codes to represent the api status. Ideally, I'd like "Failed" to appear only for return error 500 statuses. And this would make the most sense to me anyway - why would a 404 be a typical error condition, versus just a normal state of the api?
Am I missing something? Is there a better way to do this?...
Error on connecting with MongoDB - mongo trigger
When trying to connect to MongoDB, I am getting following error as shown. Doesn't give anything concrete that can be fixed.
I have setup the connection to MongoDB with network access as well (attached).
Has anyone successfully integrated with MongoDB as shown in the documentation?
#mongodb #mongo #triggers...

Google Calendar Triggers - Event Created / Updated / Deleted
Is it possible to trigger a workflow for the following in a Google Calendar?
1) New event created
2) Event updated
3) Event deleted...
Api question
What if there isn’t an api that doesn't provide certain things you want towards your app. What are ways you can extract reliable data?
Sports data
What is the best way to extract data for sports, lets use boxing for example. How do you build a workflow that extracts data on fighter stats, upcoming fights, records, judges scorecards, etc., plugging to the frontend of your app?
Thank you...
Where does downloaded files go?
I am using this node to download a file from URL. Flow runs without errors and shows the path to the file. However, when I check the storage on my Buildship account, I can't find this file.
What I do wrong?...

Help finding WhatsApp Audio Bot With Twilio and OpenAI
Hello, I tried to use the WhatsApp Audio Bot With Twilio and OpenAI Template but it seems theres is not available uning the remix button, I just wanted to check if I could find it somewhere else.
Solution:
Hello I have a buildship enterprise account and suddenly its saying:
This page might not exist or you don't have permission to view it. Ask the project owner for permission.
You’re logged in as [redacted]
Can someone please help?...
Copy-paste multiple nodes simultaneously?
Is it possible to copy and paste multiple nodes simultaneously in BuildShip?
Telegram accept only text messges
Hello I want to prevent image or documents going through the flow because it jams it
I guess I can use somehow the request body, just don't know how...
Solution:
Hey, happy to dicuss with that. Please send me a private message.
Credits Issue
I’m on Starter Plan with less than 1000 in credits usage. But my credits are showing 0. Tried to add credits but showing error on screen “ Cannot read properties of undefined (reading ‘toLoceString) and credit field shows NaN.
user
Are there any helpful resources to reference so I can get the template for Authentication: Signup User working? I've looked on Youtube and the buildship site but I cannot find something that helps me understand what I'm missing.
I get this error when I test: "undefined is expected to be a object, but it is missing or of an incorrect type."
I know this is basic, but I'm new and do not know what I don't know, so I'm not sure where to start. Thanks!...
V2 scrolling
When going half-screen, beforehand I was able to scroll horizontally. The new update makes the screen unable to adjust.