I want to get the data of the this sheet and write it to another sheet, i managed to read the data as well as skipped empty cells. but i did not get the exact result i required.
Please help me!
Use Read range workbook activity, pass the sheet name and for Range pass “AI:AI” and while writing back, use range “D46:D50”. Attaching screenshot for reference.
This could be because there are merged cells on the source datatable, use a filter datatable activity before writing cells and remove empty/blank rows, then write results to destination sheet.
Use filter data table activity from activity panel, provide the table to be filtered and the condition (column which to be checked for non empty values). Attaching screenshot below for reference.