StudioXでのフィルター設定

はじめまして。
今回StudioXでRPAを作成するにあたり、名前毎にExcelブックを作成したいです。
どのようなアクティビティを使えば良いのでしょうか。
以下例ですが、名前は約300通りあります。

名前 納品 納品日
A リンゴ 5月1日
B バナナ 5月2日
C イチゴ 5月1日
A リンゴ 5月2日
B バナナ 5月1日
A イチゴ 5月1日
A バナナ 5月2日

@RPA_NT-JIN1,

You can use this approach

  1. For Each (to iterate through the distinct names)
  2. Use Excel File (to open/create a new Excel workbook for each unique name)
  3. Write Range (to output the filtered rows into the workbook)

こんにちは

やりたいことは例えば以下でしょうか

Sample
NewBlankTask20250625-1.zip (57.6 KB)

Yoichiさんありがとうございます。
ワークフローの中身が初心者すぎてあんまりわかってないですが、やりたいことが出来そうです。

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.