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 コミュニティ フォーラム
Uipath Logo White
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.