0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Padの「フィルター データテーブル」アクティビティを使ってみた

Posted at

 今回は、今年(2024年)にアップデートされたPowerAutomateのデータテーブル操作アクティビティについて検証してみた。
注目しているアクティビティは以下の通り。
image.png
 UiPathに比べて、フィルターやマージそして結合がなかったためデータテーブル操作の不便があった。アップデートでそのアクティビティが出てきたので、そのうちフィルターを見てみた。

検証内容

条件:適当にデータテーブルを作成→数字でフィルタリング可能かどうか見る

Variables.FilterDataTable DataTable: DataTable FilterParameters: { ^['RULE', 'COLUMN', 'OPERATOR', 'VALUE'], [$'''And''', $'''StaffNumber''', $'''Equal''', 123456] } FilteredDataTable=> FilteredDataTable

image.png

検証結果

image.png

結果、列名指定で数字をしてすればうまくフィルタリングできました。UiPathのクラシックモードと違いアクティビティの汎用性は高いということが判明。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?