How to access keys of a JSON object retuned from a previous node? #5570
Unanswered
debugger22
asked this question in
Q&A
Replies: 2 comments
-
|
Update the state in the function definition. And then use it in the condition node Other approach would be use a Condition Agent. And make the string responses would be analized by a LLM |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
n8n does it much better. It lest you parse the schema of previous node and use that in the next one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to access those keys in my next condition block but the interface is not allowing me to either write custom JS or directly access the keys inside.

Is there a way one can do this in flowise?
Beta Was this translation helpful? Give feedback.
All reactions