activities
latest
false
重要 :
请注意此内容已使用机器翻译进行了部分本地化。 Integration Service 中提供的连接器包采用的是机器翻译的译文。
Integration Service 活动
Last updated 2024年9月26日

技术参考

This section includes useful information you may require when interacting with Workday REST activities.

Using the Execute WQL Query activity

Important: To use the Execute WQL Query activity, you must configure the System - Workday Query Language scope. For more information, see Workday authentication.
Workday Query Language or WQL is an SQL-like query language that provides enhanced capabilities to query Workday data. Since it resembles SQL, you can manually create queries within Workday or convert an existing report to WQL using the Execute WQL Query activity.

You can convert advanced and matrix reports to Workday Query Language (WQL), then use the resulting query in the Execute WQL Query activity to extract data from Workday.

Use the example below for reference:

  1. In Workday, search for the Convert Report to WQL task.

    docs image

  2. Select the report you want to convert and select the Converted WQL Query String.

    docs image


    docs image

  3. Next, input the copied query in the Execute WQL Query activity and select the Generate output schema button.

    docs image

  4. This action generates a list of output fields.

    docs image

You can also explore Workday tables using the Data sources object and create your own queries. You can access table columns through the Data source fields object, and filterable fields are available in the Data source filters object. For more information, refer to the Workday REST documentation on dataSources.

需要考虑的重要事项

  1. You must first generate the output schema of your query results, and then replace any column values with variables afterwards, at design time.

  2. You can use LIMIT and OFFSET parameters to paginate through large sets of data.
  3. You may encounter the following error message if:


    Error message: It seems the provided input is either incorrectly structured or contains a variable.

    1. The System scope is absent from the API client. Check your API client's Scopes (Functional Area).

    2. Your query is incorrect or contains variables. Make sure you successfully run the View WQL Query Result task in Workday and use the correct query in the Execute WQL Query activity.


      docs image

HTTP 请求

You can use the HTTP Request activity to call any Workday REST API, as long as you assign the required permissions to the API client used. For more information, see the Workday REST connector Authentication guide.

  • Using the Execute WQL Query activity
  • HTTP 请求

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。