[Mac] Cloud Studio を用いた Web スクレイピング → Google スプレッドシート連携

現在、Mac を用いて Cloud Studio を用いて作業をしているものです。(かなり初心者です)

とあるサイトからデータスクレイピングをして情報をテキストで抜き出し、Google スプレッドシートに入れたいのですが、列(カラム)ヘッダーのみしか最終的にスプレッドシートに書き出しが行えず、困っております。

「表データを抽出」アクティビティでは、プレビュー画面において問題なく動作しているので、抽出したデータを Google スプレッドシートに抜き出す際に操作が間違っているようです。

現在のアクティビティ連携の詳細

1.表データを抽出

  • データの出力先: 表データを抽出→ExtractedData

2.範囲に書き込み

  • Google スプレッドシート: 規定の Gmail アドレス
  • スプレッドシート: 指定スプレッドシート名
  • シート名: 指定のスプレッドシート名
  • ヘッダーを含む: True
  • 書き込み方法: 上書き
  • 書き込む内容: 表データを抽出→ExtractedData

@stsh

Please keep a break point after extract datatable activity and then open locals panel when bot pauses on the breakpoint and check the data of extracted datatable if it is proper

Cheers

@Anil_G How do you verify that the extracted data tables are appropriate?

@stsh

  1. Keep a break point on the activity which is there after extract datatable
  2. When you run the bot in debug mode…it will pause on the activity where you gave breakpoint
  3. Now from leftside panel you will see locals …open that and in that you will see the variables…open the variables to see the values of it

Cheers

Do you mean this? I don’t see anything that looks like a local panel.

@Anil_G Only the column names I specified are returned in the google spreadsheet, with no essential content.

As you can see, I think the extraction is working fine on the extraction wizard preview …

I think I may have found the cause.

Since this is a sign-in site, it may be that I’m not logged in to the admin panel. In this case, I need to put in the sign-in activity in the chrome browser first, what is the process required to do this process in Web Cloud UiPath?

@stsh

For that you need to use type into activities and click activities to perform sign in

Can you please show your complete workflow…and my bad I was talking about studio not studio web…now please specify the click and type into activitie sto perform your sign in tasks

cheers