thepramodgeorge
thepramodgeorge11mo ago

Does this button actually update the

Does this button actually update the output schema? Can't see any fields in the output tab. Currently it does nothing for me. I can see something change on the code part of the output tab but not on the UI part.
No description
9 Replies
Gaurav Chadha
Gaurav Chadha11mo ago
Yes, it works,the output tab should show the updated fields according to the result schema output.
No description
Gaurav Chadha
Gaurav Chadha11mo ago
Then you can access those fields of updated output schema as variables in the next node in UI..
No description
thepramodgeorge
thepramodgeorgeOP11mo ago
Interesting, doesnt show anything for me. Let me show you
thepramodgeorge
thepramodgeorgeOP11mo ago
No description
Gaurav Chadha
Gaurav Chadha11mo ago
It depends on the node response type, if it has multiple object and type, it will update the ouput, which node are you using. I can check.
thepramodgeorge
thepramodgeorgeOP11mo ago
No description
thepramodgeorge
thepramodgeorgeOP11mo ago
THis is the node I'm using
No description
thepramodgeorge
thepramodgeorgeOP11mo ago
TY for your help. Stuggling to find and use the output of this node in later nodes.
Gaurav Chadha
Gaurav Chadha11mo ago
You can return the value like this. You don't get multiple output from the supabse row schema as it is a single array.
No description