I believe I am referencing the wrong datatable in my read range activity. I attempted to replace JavaSEDatatable with rowcount, but I’m getting an error. Is it because I have .toString at the end? The automation is attempting to capture the following steps:
Read Java SE Subscription tab
Obtain a row count based off the last row in the region column that has data
Create a new table based on the row count produced in the assign activity
The information will be copied to another workbook. Any help would be greatly appreciated!
You can try Filter Data Table Activity to remove or preserve the desired rows based on conditions and generating new Data Table to save in another workbook