Call an Action
Invokes an action within your Xano workspace. The action must be imported to your workspace to be called.| Parameter | Description | Example |
|---|---|---|
| action name | The name of the action to call. | ”Claude AI -> Ask a Question” |
| input | An object containing key-value pairs for each input parameter required by the action. | See above. |
| registry | (Optional) An object containing key-value pairs for any registry values needed by the action. | See above. |
| $action | The variable to store the result of the action call. | $action |