How to get the right request variable?
Hi there..
I am trying to set up the following:
supabase insert trigger and then get a row from another table PSEUDO: WHERE (analyses_)id == request.id
...
Solution:
I got it..
After trying different things:
- renaming the db table from KPIvalues to KPIvalues (though maybe have problems with' ' )
- removing secret, enter hard code API, Keys and token...

Change a Workflow Trigger?
Is there a way to change a Workflow's Trigger node? I started my workflow as a REST API Call and now I'd prefer to have it as a scheduled CRON job. Can I change it?
(Note: I have tried creating a new workflow with a CRON trigger and then copy/pasting each node over to the new workflow, but for some reason not all of my nodes will paste to the new workflow - no error shown).
Thank you!...
Saving and retreiving variables
Hi all,
I have a problem with setting, getting and deleting environment project variables. The code provided in the docs works for setting variables, however getting does not work in prod. I'm talking about project scope since workflow scope does not seem to work as well, as pointed out by another user.
This is the code I'm talking about:...
Facebook webhook
Hi there..
I am trying to set up a facebook webhook..
Facebooks webhook is sending the folling data:...
Solution:
Hey @malte.huener, you can use the WhatsApp Bot verification Bot template in this case, it has a Token verification node, which has the logic implementation of verification using mode, token, and challenge.
Can an assistant gather info and create variables the tools can use? How?
For example, during the chat, I'd like to prompt the assistant to ask for the users email address; then use that address to read a row from a supabase table.
Solution:
Hey @Tim Stewart, you can refer to the chat with database or GoogleSheets Assistant templates.
Also you can find the full documentation on Assistants here -https://docs.buildship.com/ai-assistant/assistant. All feedback are welcomed....
How to add authentication on api call trigger
Hi there..
I am making my first steps with Buildship and don't know, how to add an authentication on the API Call trigger.
For exmaple: Allow only webhooks to call the trigger when the correct bearer token is send.
...
Solution:
Hey @malte.huener, you can refer to this documentation - https://docs.buildship.com/tutorials/secure-api.
Also, @Your Majesty mentioned right. Yes you can use authorization header to the REST API Call - https://docs.buildship.com/basics/ship-an-api...
Can I manage JWT Token on BuildShip?
Good morning,
Being a bit new to no code, I have a stupid question.
I'm using BuildShip with Flutterflow....
Solution:
Hey, @Link, welcome to the BuildShip community, you can use either, Firebase Auth user node or create a custom node with AI for JWT generation. - https://docs.buildship.com/ai-nodes.
JWT library - https://www.npmjs.com/package/jsonwebtoken....
Integration between loops.so
I need to emulate this saas "https://gvwy.xyz/" for my personal brand. any tutorial? 🙌
the front end I will use will be framer....
Solution:
You can leverage the AI node generator for creating custom nodes - https://docs.buildship.com/ai-nodes along with the edit feature, ideally the best is to provide the API code ref, curl, or nodejs along the with required fields and requirements of the node logic.
For the example of Loop.so, - https://loops.so/docs/api-reference/find-contact.
Yes, the flow you mentioned should work, In Tally you can use the webhook and add the REST API Trigger endpoint to trigger form submission automatically....
Anyway to create an account if you do not have google email or github? Thanks
Anyway to create an account if you do not have google email or github? Thanks
Solution:
Hi @ETC, Currently we only allow support for Google, GitHub and Microsoft Providers. We have considered OAuth signups for a better user authenticity and verification process to avoid spam/fake accounts created via emails directly.
OpenAI Assistant v2 vs gpt-4o
I have changed the gpt model for my assistants and now I got this error message:
400 The requested model 'gpt-4o-2024-05-13' cannot be used with the Assistants API in v1. Follow the migration guide to upgrade to v2: https://platform.openai.com/docs/assistants/migration....
Solution:
Hey there @Ravani, if you'd like to use the new 4o model, please replace the assistant node in your workflow with a new copy of the assistant from the node library.
The one you're using is probably the older V1 assistant. The one currently in the node library is built to work with the V2 assistant....
AI assistant with chat history
Did anyone manage to do this?
https://discord.com/channels/853498675484819476/1230161746380062761/1240685086853304351...
Google sheet node error
I have a strange problem for me in a workflow with google sheet nodes. Sometimes when I execute the workflow I do not get this error and works but sometimes I get it and it does not work. Why it is like that? What is the reason sometimes there to be this error and sometimes not? What could cause this?
Solution:
I think I found the problem: function parseCellReference1({cellReference}) so probably these curly braces made the type to be 'object' rather than string.
Buildship Upload File Error
Hello, just want to ask if anyone here know what to put in the local file path, it seems that i am having trouble regarding this. Thank you!
websocket Node
Is it possible to build backend applications that need to manage complex websocket connections using buildship ?
query
Noob question:
In my custom node, i need to use a package that is available via npm. How do i trigger this workflow to run the
npm install
command?...Solution:
Hey @Abrar, if you're talking about using a package as part of a node in your workflow, you do not actually need to manually install packages. BuildShip takes care of this behind the scenes. This is all you need to do:
1. Add the required ES6 import statement(s) to your script (Image 1).
2. Head to the Info section of the node editor and look for the "NPM Packages" section. Here you can configure your package (i.e. pick the version you'd like) (Image 2).
...
Gemini 1.5 Flash - No multimodal
I’m trying to use Gemini 1.5 flash to timestamp audio. I was able to get it working perfectly in Google vertex studio. I provided system instructions as well as a prompt. I was able to upload audio which was converted to 64 before being timestamped.
I’m trying to reproduce the same in buildship, but I’m not seeing any way to use the multimodal features with the current implementation of 1.5 flash.
I also tried using the AI node builder, but that failed as well....
OpenAI Stream Response is empty
Hello, the Openai Stream Response is not outputting anything - could I get some help please?
- Also, the node continuously has the spinning loading circle, as you see in the screenshot
- When I test the Stream Response node individually, I get Test Failed: Cannot read properties of undefined (reading 'on')...
Google Spreadsheet nodes not consistent results
Hello,
I want to insert certain information to certain cells in google spreashsheet. I modified the code from the nodes and the code should work. However I get inconsistent results - some times only one part of the information is inserted, another time only another part, third time again some different part. This is rather strange because I am sure the code works and should work and insert all the information. I feel that at some point the node just decides not to listen and skips some values at random. What would be the reason for this?...
integrations
Are integrations limited by the plan?
I don't see most of the integrations like Gmail....
Solution:
Hey @Elli Grossman, nope, there is not limit on integrations. Currently the Gmail OAuth node is temporarily disabled due to the verification process with the Google in in process.
Screenshot URL delay
Im using the screenshot url node everything works but i need to add a delay to let the page load longer, anyone has a clue on how to do it ?