UiPathのフォームデザイナーについて

Googleスプレッドシートの全シートを取得しました。
全シートをUipathのフォームデザイナーor自作のHTMLに全シートを表示し、ユーザに
複数のシートを指定できるようにしたいですが、可能ですか?

Hi @rena168

Use excel application scope and give a workbook variable

for each item in wb.getsheets

use read range

Thanks
Ashwin S

Thanks!
I got all workbook’s sheet.
But I want to select any sheet at form.
Can you nice idea?

Hi @rena168

Use select range and pass the range value as""

Thanks
Ashwin.S


変数のsheetNamesは配列型です。
この変数をフォームに代入し、Sheet1,Sheet2,Sheet3のように出力したいです。
可能ですか?

hI @rena168
Based on for each item pass the item value in the selector with click activity

Thanks
Ashwin S

Hi, is it fot stuido or studioX to use excel application scope and give a workbook variable?
I could not find excel application scope at studioX.