From “Condition ”node, is it possible to check the object key value matched the condition?

From “Condition ”node , is it possible to check the object key value matched the condition?

Lets say a function is returning a object.
After the node, if we add a “Condition” node, to check if specific key has value or not, and based on that can we trigger next action?

1 Like

Hey @senthil.vasan, you can follow these steps:

  1. You can store the function response in a variable.
  2. Using the dot operator which is the value you’re trying to compare, store it in a new variable.
  3. Use the condition node to check if the new variable contains any value or not.
1 Like