Hi!
Can someone help me with my process.
- Read 2 sheets from a single file
- Perform filtering on those 2 sheets (same filtering method on both sheets)
- Insert the output to a single file
Thanks!
Hi!
Can someone help me with my process.
Thanks!
Hi @caduque,
if I get this correct, my procedure would be:
Read range (either seperate or loop over a list/array of your sheetnames)
Merge the datatables (merge datatable activity)
Filter the datatables seperately (filter datatable activity)
Use write range to output the data
BR