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:
Jump to 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.

6 Replies
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?
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
Get row

Create row

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.
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.

It worked! Thanks a lot