Hi,
I used filter table activity.
In table name field, i gave “Table1”. No idea why we should use Table1. Can we use any string.
I’m getting table does not exist error. I gave correct path of my excel.
Hi,
I used filter table activity.
In table name field, i gave “Table1”. No idea why we should use Table1. Can we use any string.
I’m getting table does not exist error. I gave correct path of my excel.
Its the Table Structure that you have created in the Excel
You can the List of tables in the Sheet using workbook.CurrentWorksheet.ListObjects
To access one particular sheet :
workbook.CurrentWorksheet.ListObjects(1).Name
Thanks! I didn’t know we should convert that to table in excel. I’m new to UIPATH.
It works now.