Disconnect
Closes an active Microsoft Graph API connection and releases associated resources. Always use this node when you're finished with Microsoft Graph operations to properly clean up the session.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is set to true, no error is caught when the project is executed even if a Catch node is used.
Input
- Client Id - The client ID returned by the Connect node.
Example
Basic Disconnection:
Connect → [Excel Operations] → Disconnect
Multiple Operations Pattern:
Connect
├─→ Get Workbook → Get Range → Process Data
├─→ Set Cell Value
└─→ Create Worksheet
All paths converge → Disconnect