tlawrence
tlawrence
BRBuildShip + Rowy
Created by tlawrence on 10/9/2024 in #❓・buildship-help
Handle undeclared values in Javascript
I'm trying to take the first not null/defined var i.e. (var1 ?? var2 ?? 'no_value). But the issue I'm running into is var2 is defined in a branch that is not always triggered in the workflow so when the coalesce trys to run it fails saying it does not exist. How should I handle this with Buildship.
4 replies
BRBuildShip + Rowy
Created by tlawrence on 9/27/2024 in #❓・buildship-help
Installing NPM Package
Am I able to use this NPM package within a node: https://github.com/postlight/parser, if so how would I go about installing it?
8 replies
BRBuildShip + Rowy
Created by tlawrence on 9/3/2024 in #❓・buildship-help
Generate Bearer Token
I have an API I'm trying to call the uses a bearer token. I can generate the bearer token via a seperate api call. the Bearer token as an expiration time of about 12 hours. Whats the best method in Buildship to leverage my bearer token and if expired then regenerate?
5 replies
BRBuildShip + Rowy
Created by tlawrence on 7/23/2024 in #❓・buildship-help
Open AI Assistant Image Upload
No description
7 replies
BRBuildShip + Rowy
Created by tlawrence on 7/22/2024 in #❓・buildship-help
More then 1 Record Insert
I have an Node the returns the response of an API that contains many "objects" and I want to insert each object as a row into my suppabase table. It looks like the suppbase create row node, just does one record at a time. What's the best way to insert "many" rows into my supabase table from an API call?
5 replies