Node settings
The right-hand inspector in Actionflow Studio. Edit a selected node's inputs, credentials, mapping, and requirements without a separate test runner.
Node settings
Select a node on the canvas to open the inspector on the right. That sidebar is the node's settings. It is configuration for the step in the graph, not a separate playground.
Actionflow Studio has no isolated single-node runner. Edit the node here, then run the whole flow from the bottom bar.
What you edit
| Area | What it is for |
|---|---|
| Inputs | Static values, expressions, and mapping from upstream outputs |
| Credentials | Named organization connections (OAuth, API keys, databases, SMTP, S3, FTP) |
| Model | Provider and model on AI nodes. Same org keys as AI Vendors |
| Handles | Which execution and data ports connect. See Handles |
Empty required fields become Flow inputs keys ({nodeId}_{inputName}) when you click Run flow.
Requirements
If a node is missing a connection or a required value, Flow Requirements on the bottom bar lists the blockers. Details: ActionFlow requirements and Node requirements.
Related
Actionflow Studio
Actionflow Studio is the visual flow editor. Build the graph on a canvas, then run the whole flow and inspect outputs, cost, and requirements.
Trigger
How an ActionFlow starts. Use one start node (Start, Start Scheduled, or Start Subflow). Inbound HTTP is a flow webhook, not a start-node type.