freshflame.
freshflame.7d ago

freshflame. - Hey! I am trying to make work Sup...

Hey! I am trying to make work Supabase but failing all the time, I followed tutorials and I can not find a solution. Can somebody help me?
Solution:
Hi the output is an array, you can click update output schema https://docs.buildship.com/nodes/update-outputs#auto-updating-node-output and then map it like this -(image) and after that you can reference it like....
Update Node Output – BuildShip
The Output configuration tab allows you to define the structure of the output generated by the node. This output configuration makes it easier for users to access the specific values being returned from the node without using complex dot notations.
No description
Jump to solution
6 Replies
Gaurav Chadha
Gaurav Chadha7d ago
Hi @freshflame. what error are you getting? a screenshot of the failing message would help us to expedite the support. Also, which tutorial are you following, could you please share a link as well?
freshflame.
freshflame.OP7d ago
Hey Gaurav, I did a Get Row from Supabase to find the ID of a User. Now I want to load that ID in a Create Row in Supabase. But I do not know how to load that ID. From Get Row I get this: [ { "id": "d4912017-6cda", "email": "test@test.com" } ] Inside Create Row I need this: { "profile_id": ID goes here } But only allow me to load get row, but I need get row ID field from the array. Thanks
freshflame.
freshflame.OP7d ago
Get row
No description
freshflame.
freshflame.OP7d ago
Create row
No description
Solution
Gaurav Chadha
Gaurav Chadha7d ago
Hi the output is an array, you can click update output schema https://docs.buildship.com/nodes/update-outputs#auto-updating-node-output and then map it like this -(image) and after that you can reference it like. Hint: you can use inline editor AI to generate this logic
Update Node Output – BuildShip
The Output configuration tab allows you to define the structure of the output generated by the node. This output configuration makes it easier for users to access the specific values being returned from the node without using complex dot notations.
No description
freshflame.
freshflame.OP2d ago
It worked! Thanks a lot

Did you find this page helpful?