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
The supabase trigger is set up and running, but i got problems to figure out the right variable for the "Get Row" Filter..
When i test the node with fixed value (60) it working, so I think it's a problem with the variable definition..
I run the insert trigger always with id = 60. Means i delete the row and then insert new with id = 60
Please take a look at my screenshots - thank you in advance!
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
The supabase trigger is set up and running, but i got problems to figure out the right variable for the "Get Row" Filter..
When i test the node with fixed value (60) it working, so I think it's a problem with the variable definition..
I run the insert trigger always with id = 60. Means i delete the row and then insert new with id = 60
Please take a look at my screenshots - thank you in advance!






Solution
I got it..
After trying different things:
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..
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
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..






