Hello,
Can anyone please explain DataTable Activities.
Regards,
CRNaidu
Hello,
Can anyone please explain DataTable Activities.
Regards,
CRNaidu
Hi @CRNaidu,
Maybe this video from UiPath helps:
Excel Automation Tutorial - DataTables Automation | UiPath
Thanks and regards
Despi
Hi @CRNaidu,
I would also suggest to check official documentation:
https://activities.uipath.com/docs/programming-system
In this section you can find description for all Data Table
activities
DataTable
First you have to understand what DataTable is :
It is representation of a single database table which has collection of rows and columns. In other words Collection of rows and columns is known as DataTable.
Now, whatever operations we can perform with rows and columns. We can do with DT.
If we talk about UiPath there are several activities related with DataTable such as:
So from name itself you can understand what activity is for what.
Such as :
Build DT : Creating your own Table.
Add Data Column : Add column ( Same as row )
So on…
If you want to find particular about any activity you can just ask or i will suggest you to go to Academy Video (Excel Automation ) or you can refer the Uipath Documentation.
Here is the Link : https://activities.uipath.com/docs/output-data-table
UiPath Academy