Get Current Time

This is a pre-built action in Avo Assure which is Located under the @Generic element, instructs the Avo Assure to fetch the current time from the system and store the result in the dynamic variable.

Syntax

Input Value: <format of time>

Argument
Description

<format of time > (Required)

Accepted input formats: 1. HH:mm:ss

Output Value:

Argument
Description

<Dynamic Variable>

(Required)

This variable stores the current time

<Dynamic Variable>

(Optional)

This variable stores the status as true or false

Example:

Fetch the current system time in the desired format (e.g., HH:mm:ss)

The Get Current Time action uses the value from the Input Value column (e.g., HH:mm:ss) to fetch the current system time in the specified format. The formatted time is stored in the {Current Time} variable, while the action status is saved in the {Status} variable, with the following possible values:

  • True – if the time is retrieved and formatted successfully

  • False – if the action fails

Last updated

Was this helpful?