Test Action

This action whether the tests whether the connection is valid. It is available only in Control Flow.

Action Settings

This action has no settings.

Action Parameters

This action does not use action parameters.

Result

The action tests whether the connection is valid. It throws an exception if it is invalid, so it’s best used inside a Try Catch branch.

Example

Here is an example of the Test action in the Action component of Control Flow. This example tests the connection before actual data loading, and writes a custom message into the error log in case the connection is invalid.

test action in Control flow