Workday export
Connect your Varicent ELT and Workday accounts to export your data to your Workday account. This connection allows Varicent ELT to write data to Workday.
Set up the connector to be available for use with the Export tool. You only need to set up the connection once. After the connection is set up, Varicent ELT, can export data to your Workday account.
Note
When you create the import connector, if you want to preserve any dates in the out-of-bounds range during export, select Preserve out of bounds dates to maintain dates outside the range 12/31/9999.
Workday export fields
The following fields are available to export within the Workday export:
"employee_id"
"start_date"
"end_date"
"run_category"
"earning_code"
"amount"
"comment"
"batch_id"
Create the connection
Create the connection between Varicent ELT and Workday. Generate a new Workday connection or use an existing one.
In Varicent ELT, from the sidebar navigation pane, select the Pipe module, and then go to your pipe.
Add the Export tool.
In the Export tool configuration section, click the Connection drop-down.
In the connection drop-down, click + New connection.
On the Create a connection page, click Workday.
On the Connect to your database page, under Connector name, enter the name of the connection.
Under Domain, enter the Workday domain name.
Under Tenant, enter the Workday tenant, such as
tenantTest.Under Authentication, select the type of authentication from the drop-down list: Basic (ISU username and password) or OAuth 2.0 (Workday API Client).
Basic (ISU username and password):
Under Username, enter the user name to access the connection, such as
testUser@tenantTest.Note
The username consists of
username@tenant_name. For example, if the username istestUser, and the tenant name istenantTest, the username that needs to be entered istestUser@tenantTest.Under Password, enter the password to access the connection.
OAuth 2.0 (Workday API Client):
Under Client ID, enter the Workday Client ID to identify your Workday account.
Under Client Secret, enter the Workday Client Secret to identify and authenticate your Workday account.
Under Token endpoint URL, enter the Workday URL.
Under Token endpoint client authentication, select the authentication method to identify the authorization to request an access token:
HTTP Basic (Authorization header): Securely call and receive your custom reports from Workday through a URL.
Form body (client_id and client_secret): Authenticate with your client ID and secret.
Under Scopes, optionally select the functional areas.
Under Refresh token, enter the integer that specifies how long the refresh token is valid for in seconds. This value is used to periodically expire the refresh token.
Click Next.
On the Export tool configuration panel, enter the Batch Id.
Click the Add timestamp suffix to select the Dynamic timestamp checkbox to append a timestamp at the end of the batch ID.
The dynamic timestamp has the format:
static_text_{YYYY-MM-DDThh_mm_ss.msZ}. For example,PAYROLL_RUN_2026-06-08T14_30_00.000Z.Click Export now.
The data is now available to use in the Export tool. For more information about the tool, see Export.
In Varicent ELT, from the sidebar navigation pane, select the Pipe module, and then go to your pipe.
Add the Export tool.
In the Export tool configuration section, click the Connection drop-down.
Search for and select your existing Workday export connection.
In the Batch ID field, enter a name for the batch ID.
Click the Add timestamp suffix to select the Dynamic timestamp checkbox to append a timestamp at the end of the batch ID.
The dynamic timestamp has the format:
static_text_{YYYY-MM-DDThh_mm_ss.msZ}. For example,PAYROLL_RUN_2026-06-08T14_30_00.000Z.Click Export now.
The data is now available to use in the Export tool. For more information about the tool, see Export.
Error handling
The following errors may appear during the export process:
Error | Description |
|---|---|
| Export failed with an error. |
| The error could be related to the not properly set column names. Workday requires either To export to the Workday Payroll report, the column names should also contain ImportantIf you don't have all of the required columns, the export will fail with all the rows. |