IntermediateLast verified Aug 23, 2026
Order Result Field
Extracts one field from an order execution result.
Extracts one field from an order execution result.
When to use
Use it after an order lifecycle event when a scalar such as status, fill price, or quantity is needed.
Example
Extract the fill price from a filled Order Result and include it in an Alert.
Common problems
Not every lifecycle outcome provides the same details. Handle rejected, canceled, and timeout paths separately.
Next steps
Review the generated Parameters, Outcomes, and Data Ports on this page, then open the related guides for the complete workflow.