![]() |
VOOZH | about |
UiPath is a Robotic Process Automation (RPA) platform with rich features and an easy-to-use UI that enables non-developers to create process automation. By using UiPath Studio, you can build an RPA program just like drawing a diagram. With the CData ODBC Driver for Paylocity, users can embed Paylocity data in the workflow.
This article explains how to use the Paylocity ODBC Driver in UiPath Studio to create an RPA program that accesses Paylocity data.
π Using the CData ODBC Data Sources in UiPathIf you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.
Set the following to establish a connection to Paylocity:
This property is required for executing Insert and Update statements, and it is not required if the feature is disabled.
Paylocity will decrypt the AES key using RSA decryption.
It is an optional property if the IV value not provided, The driver will generate a key internally.
You must use OAuth to authenticate with Paylocity. OAuth requires the authenticating user to interact with Paylocity using the browser. For more information, refer to the OAuth section in the Help documentation.
The Pay Entry API is completely separate from the rest of the Paylocity API. It uses a separate Client ID and Secret, and must be explicitly requested from Paylocity for access to be granted for an account. The Pay Entry API allows you to automatically submit payroll information for individual employees, and little else. Due to the extremely limited nature of what is offered by the Pay Entry API, we have elected not to give it a separate schema, but it may be enabled via the UsePayEntryAPI connection property.
Please be aware that when setting UsePayEntryAPI to true, you may only use the CreatePayEntryImportBatch & MergePayEntryImportBatchgtable stored procedures, the InputTimeEntry table, and the OAuth stored procedures. Attempts to use other features of the product will result in an error. You must also store your OAuthAccessToken separately, which often means setting a different OAuthSettingsLocation when using this connection property.
Now you are ready to use Paylocity data ODBC DSN in UiPath Studio with the following steps.
With the connection configured, we are ready to query Paylocity data in our RPA.
With the Connection and Execute Query activities configured, we are ready to add a Write CSV activity to the Flowchart to replicate the Paylocity data.
If they are not already connected, connect each Activity that you created to complete the RPA project for extracting Paylocity data and exporting it to CSV.
π Connect each Activity in the FlowchartClick Run to extract Paylocity data and create a CSV file.
π Running the RPA FlowchartIn this article, we used the CData ODBC Driver for Paylocity to create an automation flow that accesses Paylocity data in UiPath Studio. Download a free, 30-day trial of the ODBC Driver and start working with live Paylocity data in UiPath Studio today!
Download a free trial of the Paylocity ODBC Driver to get started:
Download NowLearn more:
π Paylocity IconThe Paylocity ODBC Driver is a powerful tool that allows you to connect with live data from Paylocity, directly from any applications that support ODBC connectivity.
Access Paylocity data like you would a database - read, write, and update Paylocity FALSE, etc. through a standard ODBC Driver interface.