Excelモダンの「範囲を読み込み」について教えてください。

斜体テキスト

uipathクラシックからモダンを使うようになりまして、疑問があるため質問です。
今まではExcelのデータを「範囲を読み込み」でデータテーブル化しそこから必要な値を引っ張ってくるようきしていました。


データテーブル型変数 dt_list
出力したいセル B3
dt_list.rows(2).item(1).tostring

このような形でモダンデザインでもメッセージボックスに値を出力することはできないでしょうか?

@h_m1 Welcome to Community!

Yes the output will be same in above case. As Datatype will be DataTable only for both modern and classic read range activities.
Output will not affect until and unless datatype is changed.

1 Like

@h_m1 Please mark it as solution if it helps