filter data table activity를 사용하지 않고 data table을 필터링 하는 방법이 있나요?
@Hwang - you can use the linq concept to filter the data table…
어떻게 사용해야하나요?
Datatable.Select(filter expression)을 이용하면
원하는 조건에 해당하는 Datarow의 배열을 얻으실수 있습니다.
Four-ways-to-filter-data-table-in-uipath-studio
추가로 참고하시면 좋을듯 합니다
1 Like
Linq를 이용하면 훨씬 더 많은 것을 할 수 있습니다.