05 / 12If
Branch on rating with Negative Review?
Add an If node named Negative Review? checking whether the rating is 3 or below, so low and high ratings get handled differently downstream.
3 things to set here- 1Open the If node — double-click it on the canvas
- 2Condition — paste as an expression
- 3Check before moving on — A test review with a rating of 3 or lower follows the true branch; 4 and 5 star reviews follow the false branch.
Conditionexpression
{{ $json.rating }} <= 3Checkpoint
A test review with a rating of 3 or lower follows the true branch; 4 and 5 star reviews follow the false branch.