malte.huener
malte.huener
BRBuildShip + Rowy
Created by malte.huener on 5/23/2024 in #❓・buildship-help
How to get the right request variable?
No description
7 replies
BRBuildShip + Rowy
Created by malte.huener on 5/23/2024 in #❓・buildship-help
How to get the right request variable?
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 - having a workmate remotely on my maschine, to control for wrong writings - switching browser from safari to chrome - my workmate got it running on his maschine, with exactly same trigger, nodes, data and using my supabase db) - deleting the trigger, all nodes and build new from scratch - deleting the whole workflow and build new from scratch with no success.. Then I closed the browser, log out from my business account, logged in my private Buildship account, rebuild and it work at the first tried.. Logging out from private account, relogin to business account, build totally new workflow, trigger, nodes - it don't work.. so weird..
7 replies
BRBuildShip + Rowy
Created by malte.huener on 5/23/2024 in #❓・buildship-help
How to get the right request variable?
No description
7 replies
BRBuildShip + Rowy
Created by malte.huener on 5/23/2024 in #❓・buildship-help
How to get the right request variable?
@Gaurav Chadha I figured out, that it matters in which order you write the 'javascript code' .. It's about this Log Message 'Test ${(x)record.id}' When I first add the variable trough (x) Variables -> Request Body -> record and then add write 'Test ' around it and add ${} around the (x)record it shows "Test ${ctx["root"]["supabase-webhook"]["record"].id}" as output. When I first write 'Test ' and then add the variable trough (x) Variables -> Request Body -> record inside the String it adds the ${} automaticly around the (x)record and shows "Test 60" as output. IS THIS A BUG OR A FEATURE? But I have the problem that the 'Get Row' node shows no output even when I wrote analyses_id =eq ${(x)record.id} in the right order/way.. Since it's not possible to upload Videos here, I uploaded it on Google Drive: https://drive.google.com/file/d/14Gbq52hiE1iotDCgHP7rMCVW-mVxenHh/view?usp=sharing BTW: I am using Safari browser, if that matters..
7 replies
BRBuildShip + Rowy
Created by malte.huener on 5/23/2024 in #❓・buildship-help
How to get the right request variable?
No description
7 replies
BRBuildShip + Rowy
Created by malte.huener on 5/21/2024 in #❓・buildship-help
Facebook webhook
@Gaurav Chadha That works, thank you very much!
5 replies
BRBuildShip + Rowy
Created by malte.huener on 5/20/2024 in #❓・buildship-help
How to add authentication on api call trigger
Hi @Your Majesty Now i got it.. But i encouter still an error while trying to check the "hub.verify_token". Can you tell me how to add that field in the editor? see picture.. Thanks in advance!
7 replies
BRBuildShip + Rowy
Created by malte.huener on 5/20/2024 in #❓・buildship-help
How to add authentication on api call trigger
Same option when I switch to GET.. Nevertheless I need a POST endpoint for facebook webhook, they only accept POST endpoints..
7 replies