How do I save the int type data in the data table and send it to Excel?

안녕하세요, UiPath을 사용하는 학생입니다. 데이터테이블 관련 질문이 있어서 글을 남깁니다. 크롤링을 하면서 숫자가 string타입으로 가져와진 후에 이를 int타입으로 변환하는 것 까지는 성공했습니다. 그렇지만, 이를 데이터테이블에 담아서 엑셀에 추가하려 하는데 어떻게 나아가야 할지 잘 모르겠습니다. 어떻게 나아가야 할까요?

참고사진은 다음과 같습니다.

Hello, I’m a student using UiPath. I am writing because I have a question about the data table. After the number was taken to the string type while crawling, it was successful to convert it to the int type. However, I want to add it to Excel by putting it in the data table, but I don’t know how to proceed. How do we proceed?

Here’s a reference photo.

시퀀스.xaml (32.8 KB)

image

Use build datatable activity to build the datatable and specify column names in that .use add datarow activity to pass the array of values you have assigned

@oneman0922

use "build datatable activity " to build a table
then use :-add data row Activity as shown in figure:
image
At last use write range activity to write the table.

@oneman0922

Ping me if you have any issue while performing the task.

@oneman0922 Below doc has detailed steps of how to add the data to data table in existing data table