Skip to content

Connectivity check for Smart Actions

This content is for Spring ’26. Switch to the latest version for up-to-date documentation.

When the connectivity check is enabled, smart actions that need a live connection-such as APEX and AVA-are disabled if the device is offline. If connectivity drops while an Apex action is running, the app applies your failure handling (for example blocking continuation until the action succeeds).

That reduces inconsistent data and avoids workflows that cannot complete without the server.

JSON example:

"SmartActions": {
"EnableOnlineCheck": true
}