What kind of workflow is used to download data from a data table/data grid view with multiple pages?
I have already used “Extract Data Table” without any errors, but the robot does not execute the process.
What kind of workflow is used to download data from a data table/data grid view with multiple pages?
I have already used “Extract Data Table” without any errors, but the robot does not execute the process.
Use for each data row activity and use CIF number as unique value so that you can download the pages.
Hi @bayu.herlambang ,
You already get the table and row count using the Extract Data Table activity.
I think you can use the Application ID(or another unique value) value dynamically in the Action button selector of the relevant row using the For Each Row in Datatable activity.
Thank Mr yoich, That is running But just 2 file for download, How?
and 2 The file is duplicate
Yes, beacuse robot download all download document in data table
I think there are mainly 2 approaches to achieve it.
First, use 2 ForEachUiRow activities in series.
Second,use ForEachUiRow activity for the row, then extract target element using FindChildren activity.
Regards,
Is there an example in the form of a screenshot?