Extract Table Data Bug? 2020.10 ver StudioX(테이블 추출 버그? StudioX 2020.10버전)

HI, I Hava problem while Developing with loop(For each Excel row) and Extract Table Data.

first i use this :
browser : Chrome(IE Mode maybe)
situation : i am Extracting Table Data in For each Excel row for Extracting same table from other keyword

but i have problem like this

target for Exract table

Keyword : a
Column
a1
a2

Keyword : b
Column
b1

Keyword : c
Nothing

when i use Extract table data with For Each Excel row:

First Loop : Using Keyword ‘a’
column
a1
a2

Second Loop : Using Keyword ‘b’
b1
a2

Thrid Loop : Using Keyword ‘c’
b1
a2

this is same output when i changed Properties “Append result” check or uncheck

i need like this

Loop a
a1
a2

Loop b
b1

Loop c
nothing

what i’ve tried

  1. Change browser type
  2. check/uncheck properties “Append Results” in Extract Table Data
  3. useing DataTable Type Variable and “new DataTable” to Variable
  4. delay
  5. use Project Notebook

안녕하세요. for each Excel row와 테이블 추출을 같이 사용하는데 문제가 발생했습니다.

브라우저 형식 : Chrome(IE Mode maybe)
situation : for each Excel row에서 나오는 Currentrow를 이용해 키워드로 검색 한 뒤 동일한 형식의 테이블을 추출하는데 이상한 점이 있습니다.

추출할 테이블 형식은 아래와 같습니다.

a 키워드를 검색했을 때
Column
a1
a2

b 키워드를 검색했을 때
Column
b1

c 키워드를 검색했을 떼
Nothing

실제 StudioX를 실행하면 결과가 아래와 같습니다.

a 키워드 반복
column
a1
a2

b 키워드 반복
b1
a2

c 키워드 반복
b1
a2

Extract Table data의 옵션 Append results를 체크하던 치크하지 않던 똑같습니다.

저는 이런 결과를 원합니다 ㅠㅠ

Loop a
a1
a2

Loop b
b1

Loop c
nothing

제가 해결하기 위해 시도 해본 것은
1 브라우저 변경
2 Append Result 속성 체크/체크해제
3 Extract Table Data의 결과를 변수 dt에 담고 dt를 초기화
4 딜레이 주기
5.프로젝트 노트북에 저장하기

도와주세요 ㅠㅠ 이것때문에 골치아프네요

Hello @iansun95

Welcome to UiPath community…!

I’m a little confused about your requirement.

Are you trying to extract the table and loop through each row in studioX?

Thanks

yes Exactily.

im feeling Extract Table Data is memizing last loop’s data

Thanks

oh but i cant use for each row Using Data Table Variable,
cuz i can use only StudioX 2020.10 ver(dont have variable just value)
so i use Use Excel File and For Each "Excel"row (get row data from Excel file Diretly)