Table etraction error?


I was able to retrieve data from the web page, but I’m getting an error with the current version of UiPath Studio. Is there a new activity I need? Or is this a bug?
https://www.murc-kawasesouba.jp/fx/past_3month_result.php?y=2025&m=10&d=16&c=

I was able to retrieve data from the web page, but it now generates an error in the current UiPath Studio version. Is a new activity required? Or is this a bug?

Pasting the data table into Excel worked correctly, but pasting completely different data causes issues. Please investigate.

Hi,

What error do you have?

In my environment (Studio25.10.0+UiAutomation 25.10.16), there seems no problem.

Regards,

日本語で記載いたします。
Extract Table Data からExcelに貼り付けるとき、まったく異なるデーターとなっているようです。何か仕様に変更がありましたでしょうか?
アップデート前がこちらになります。


元データ貼り付け.xamlです。FileをZIPでアップいたします。
"①為替レート.xlsxに取得したデータテーブルを貼り付けたいのです。
以前は正常に書き込んでおりました。今は貼り付けがうまくいきません。
更新前をお送りいたします。

こんにちは

実行してみましたがおそらく原因はExtractDataTable変数が二重で定義されていて、Recording Sequenceのスコープを抜けた段階でスクレイピングしたデータが破棄されているためと思います。
Recording Sequenceのスコープの方のExtractDataTable変数を削除してみてください。

ありがとうございます。修正してみます。変数定義ですね。助かりました。

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