Retrieves date and time of a specific time zone during an active Wrkflow run.
Common use cases
Category
Inputs (what you have)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|
| Timezone | | Text | Yes | Pacific local time |
Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data Library. These variables in the Data Library are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|
| Current Date | The current date for the specified location | Date | Yes | 12-20-2020 |
| Current Time | The current time at the specified location | Time | Yes | 12:00 |
Outcomes
| NAME | DESCRIPTION |
|---|
| Success | This status is selected if the current time was successfully retrieved from a specific location |
| Unsuccessful | This status is selected in the event of the following scenarios:The date and time are not providedThe preferred date/time format or current format is not providedThe instructions cannot be followed |
Requirements