Hi I believe there might be a correction in Point Number
7. Configure the condition to check if a record was found:
-
- Enable expression mode
- Value:
{{ $json.id }} - Type: String
- Operation: i̶s̶ e̶m̶p̶t̶y̶ Exists
The True path means the order does not exist (new order, insert it). The False path means the order already exists (skip insert).
instead of Operation: Is Empty **(It needs to be Exists)
**