UiPath Documentation
studiox
2020.10
false
StudioX ユーザー ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

2020.10.2

公開日: 2020 年 10 月 28 日

新機能と改良点

PowerPoint の自動化

You can now create and edit PowerPoint presentations using Presentations activities.

メールの自動化

Gmail と Outlook 365 の自動化

StudioX has expanded its mail automation capabilities with the addition of Gmail and Outlook 365 support. All you need to do is define the account to use by adding a Use Outlook 365 or Use Gmail activity, and then add activities to automate inside it. All existing activities that previously worked with the desktop version of Outlook have been updated to also support Gmail and Outlook 365. For this release, Gmail and Outlook 365 require that you use your organization's application IDs.

改良点
  • [繰り返し (各メール)] アクティビティに新しいフィルター オプションを追加し、添付ファイルがあるメールでのみ繰り返し処理を行うことができるようにしました。
  • The Date (as text) email field can now be selected from the Plusドキュメントの画像 menu of input fields for activities added inside Use Desktop Outlook App. You can use the date of the email selected in Outlook or that of the current email when iterating through Outlook emails.

Excel の自動化

グローバル Excel リソース

You can now add an Excel file to your project as a global resource by connecting the project to the file. When a project is connected to an Excel file, all activities in the project can access and modify the file. You can still add Excel files to automations with the Use Excel File activity, in which case only activities added inside the container can modify the files.

新しいアクティビティ
改良点
  • We have made a few updates to improve the experience of working with the Project Notebook:
    • プロジェクト ノートブックが、Studio のインターフェイスでノートブックと表示されるようになりました。
    • The Notebook entry in the Plusドキュメントの画像 menu and the Data Manager now displays whether or not it is configured so that changes to the file are saved at the end of the automation: Notebook (Save changes: on) or Notebook (Save changes: off).
  • [ シートを挿入 ] アクティビティによって追加されたシートを直接操作できるようになりました。[シートを挿入] で利用可能になる [ 新しいシートを 任意として参照] フィールドを使用すると、後でオートメーションで使用するためにシートへの参照を保存できます。
  • [テキストを列に分割] アクティビティが [改行] を区切り文字としてサポートするようになりました。
  • [カスタム入力] オプションを使用して Excel シートを選択した場合に、手動でシート名を入力する必要がなくなりました。また、[ワークシート名] フィールドは、使用するシートを選択できるコンボ ボックスになりました。この機能は、[Excel ファイルを使用] アクティビティに対して定義された Excel ファイルが静的ファイル、またはテンプレートが定義された動的ファイルで動作します。
  • If you select the Indicate in Excel option from the Plusドキュメントの画像 and the Excel Add-in is not installed or it cannot be accessed, you no longer have to manually navigate to Home > Tools to install or repair the add-in. Simply click the Yes button in the error dialog box that appears.
  • [列を削除] アクティビティで複数の列を削除するよう設定できるようになりました。

UI Automation

新しいアクティビティ
  • Take Screenshot – Takes a screenshot of a specified UI element or application and saves it as an image file.
  • Handle basic window manipulation tasks with the new Maximize, Minimize, Move, and Restore Window activities.
  • The new SAP activities category brings a number of activities created specifically for SAP automation.
セレクターへの変数の追加

You can now create variables in container activities and add them to selectors in targets of UI automation activities.

ファイルの自動化

新しいアクティビティ
改良点
  • [ファイル情報を取得] アクティビティの出力を選択する際に [拡張子] プロパティを使用できるようになりました。また、[繰り返し (フォルダー内の各ファイル)] アクティビティ内で反復処理中の現在のファイルにも使用できるようになりました。

Word の自動化

新しいアクティビティ
  • Save Word File As - Saves a Word file added to the project as a different file. You can specify the file name and the Word file type to save as.

共通アクティビティ

新しいアクティビティ
  • Get Asset - Gets a specified Orchestrator asset by using a provided AssetName.
  • Group - Groups logically related activities and executes them in the order in which they are added.
  • Input Dialog - Displays a dialog box that prompts the user with a message and an input field.
  • Modify Text - Updates a text value using modifications including find and replace, trim, and combining (concatenating) with another text value.
  • Save for Later - Saves a value for later use in the automation. The saved value can be used as input in another activity.
  • Text to Left/Right - Retrieves the text to the left and right of the first occurrence of the indicated subtext.

テンプレートの作成と共有

You can now create and publish your own templates in the same way as you do processes. Sharing templates with others is as simple as publishing them to Orchestrator. You can access your templates and those shared by others from the new Templates tab in Studio.

数値の計算

You can now do numeric calculations directly in StudioX without the need for Excel. On any input field that accepts a number, select the Number option in the Plus ドキュメントの画像 menu, and then add mathematical formulas in the Numeric Calculation window. You can add formulas and use any method from the Visual Basic Math class (for example Math.Round(1.06,1)).

クリップボードとの連携

クリップボードにアクティビティの出力を保存し、後からオートメーション内で入力フィールドにデータを貼り付けられるようになりました。

  • The Copy to clipboard option is available in the Plusドキュメントの画像 menu for fields that output text, number, DataTable, and Boolean values. Number and Boolean values are copied to the clipboard as text.
  • The Paste from clipboard option is available in the Plusドキュメントの画像 menu for input fields that accept text and DataTable values.

Microsoft Office Interop 修復ツール

A new tool is available to help you fix Microsoft Office issues that cause errors when automating Excel, Outlook, Word, or PowerPoint. This tool generates a repair plan that can be either run by users with admin rights on their machines, or deployed by administrators in an organization to the machines of users who don’t have admin rights.

その他の改良点

  • プロジェクト内でアクティビティを識別しやすくするために、各アクティビティに、プロジェクト ワークフロー内の位置を反映する一意の識別番号を付与しました。この ID は各アクティビティの左上隅に表示されます。最初のアクティビティの ID は「1」、2 つ目は「2」で、それ以降順番に数が増えます。他のアクティビティ内に追加されたアクティビティについては、親 ID に小数点と数字が続く ID が付与されます。たとえば、プロジェクトの 1 つ目のアクティビティ (ID は 1) に 2 つのアクティビティが含まれる場合、それぞれのアクティビティの ID は 1.1 と 1.2 です。
  • 一部のアクティビティと共通シナリオの名前を変更し、用途をわかりやすくしました。
    • 共通シナリオ [メールの添付ファイルを反復処理] の名前を [添付ファイルの保存と処理] に変更しました。
    • 共通シナリオ [メールを反復処理] の名前を [メールに対してアクションを繰り返す] に変更しました。
    • リボン上の [データ抽出] オプションの名前を [表抽出] に変更しました。
    • [メールを既読にする] アクティビティの名前を [メールを既読/未読にする] に変更しました。
    • [範囲をコピー/貼り付け] アクティビティの名前を [範囲をコピー] に変更しました。
    • [ファイルをダウンロード] アクティビティの名前を [ダウンロードを待機] に変更しました。
    • [Outlook アカウントを使用] アクティビティの名前を [デスクトップ版 Outlook アプリを使用] に変更しました。
  • テキスト ビルダーを使用してファイル パスまたはフォルダー パスを入力できるフィールドを設定し、ファイル名に使用できない文字がパスに含まれていた場合に、検証エラーが発生するようになりました。使用できない文字は newline : * ? " < > |", です。

既知の問題

  • [メールを送信]、[メールを転送] または [メールに返信] アクティビティの本文として使用するために選択した Word 文書に画像が含まれている場合、一部の画像が送信するメールの本文に表示されないことがあります。

    メールの本文に画像が表示されない場合は、以下の回避策をお試しください。

    • Word 文書を開いて画像を削除した後、再度画像を追加します。
    • Word 文書の拡張子を .zip に変更し、アーカイブを展開してから、word フォルダー内にある document.xml ファイルを開きます。xml ファイル内で属性 r:link を検索し、削除します (例: r:link="rId11")。ファイルを保存し、展開したファイルを再度 zip 圧縮してから拡張子を .docx に戻します。

バグ修正

  • An error no longer occurs when you try to use the Indicate in Excel option in the StudioX profile with an Excel file from a OneDrive folder. In addition, please note that if a file from a OneDrive folder is open in Excel, the data in it cannot be accessed directly from the Plusドキュメントの画像 menu. To access named cells, named ranges, tables, and sheets from the menu, you must first close the file.
  • Microsoft Outlook と Studio が同等の権限で実行されていない状態で Outlook デスクトップ用のアクティビティを含むプロジェクトを実行すると、同等の権限 (どちらも管理者権限または非管理者権限) でアプリケーションを実行する必要があることを説明するエラー メッセージが表示されるようになりました。
  • アクティビティ フィールドで [Excel 内で示す] を使用してファイルから直接データを選択済みの状態で、同じアクティビティ フィールドで再度 [Excel 内で示す] を選択すると、Excel リボン上の [UiPath] タブに [現在の選択] として正しくない範囲が表示されていました。現在は正しい範囲が表示されるようになりました。
  • [メールを移動] アクティビティの [移動先] フィールドで、日本語の文字が使用されている Outlook フォルダーの名前が正しく表示されるようになりました。このフィールド内の文字は、\% 以外エンコードされなくなりました。テキスト ビルダー内に入力するフォルダー名に \ または % を含める場合、文字を URL にエンコードする必要があります (それぞれ、%5C%25)。

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得