How to output only relevant tables efficiently?

Hello all,
I’m new here and utilizing UiPath within accounting.
When outputting tables from a dataset and only wanting to output tables (0) and (2), is there a more efficient way to do this?


Please help!

Hi @yourubl

Can u try datasetResults.Tables(0) and datasetResults.Tables(2)