What is the Output section in nodes, and how can I use it?
Each node can produce output values (data) when it runs. The Output section is where you view and copy those values so you can reuse them in later nodes.
Output values are the list of data fields a node exposes (for example: order_id, filled_price, breakout_price, status).
What the Output section is
It’s a list of data fields a node exposes (for example: order_id, filled_price, breakout_price, status).
Where to find it
How to use outputs in later nodes
- Open the source node → go to the Output tab → click Copy next to the field you need.
- Open a later node in your flow and paste the copied field into a supported input (price, quantity, ID, text, etc.).
- Validate the canvas. When the automation runs, the pasted field resolves to the actual runtime value produced by the earlier node.
Practical examples
- Copy order_id from Place order and paste it into Modify order or Cancel order.
- Copy breakout_price from Range/Price breakout and paste it into a price field for your next action.
- Copy an execution status and use it in a condition or check step.
What If?
| Scenario | What to do |
|---|
| I don’t see any outputs for a node | Open the node’s edit side sheet and switch to Output. Some nodes expose outputs only when certain settings are enabled. |
| The pasted output fails validation | That input may expect a different data type. Paste the output into a compatible field or adjust the node configuration. |
| The output looks empty when I test | Ensure the source node actually runs before the node that uses its value. Re-check flow order and conditions. |
Last updated: 22 Dec 2025
Related Articles
When should I use AND, and how does it require all conditions to be true?
When you use an AND condition in FYERS Automate, you are telling the system that all added conditions must be true before the automation can move forward. When you click “Click here to add nodes” inside an AND block, Automate shows you the list of ...
When Should I Use Modify Order, and Which Fields Can Be Changed?
The modify order action in Automate lets you change the details of a pending order during an automation run using its Order ID. It is useful when an order is placed but not yet executed, and you want to update its parameters based on changing ...
How Do I Use Cancel Order To Cancel All Open Orders or a Specific Order ID?
The cancel order action in Automate helps you automatically cancel open/pending orders when your automation reaches a specific trigger, condition, or exit path. You can either cancel all open orders or cancel a specific pending order by entering its ...
How do I use Portfolio check to evaluate P&L or positions before taking action?
Portfolio check in FYERS Automate is a set of Trigger types that let an automation move forward when your P&L or positions reach a value you define. These triggers help you add risk limits (stop after a loss), profit targets (stop after a profit), or ...
When should I use OR, and how does it evaluate multiple conditions?
OR is a Condition type in FYERS Automate that allows your automation to move forward when at least one of the added conditions becomes true. You should use OR when you want your strategy to react to multiple possible scenarios, but it is enough for ...