While using modern read range activity i am getting extra empty rows like (,)
Anyone help please
Thanks
Shaik
While using modern read range activity i am getting extra empty rows like (,)
Anyone help please
Thanks
Shaik
This happens when there is some formatting to those rows. So read range consider it as valid rows to read and add them to the datatable.
One solution would be used Filter activity and remove rows where value is empty.
@ashokkarale ranges are dynamically changes then what have to do ?
Use Find First/Last Data Row activity to find last row and pass this last row in Range
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.