Read Table in Excel

image

Hi! How to read this kind of table?
I want to output the “Name” if On “26” the user is available

Use a read range workbook activity

Then filter the datatable

Regards

@ainaasyhda
U can use read cell value activity
image

And then put an if condition as if: Not(cellvallueOutput Variable.IsEmpty)
then read cell value of Name field

image

I tried to read the table, however it return this error

image

Screenshot (36)
this is the read range activity , i guess you used add data rows

In this activity give the path of your excel file (workbook path)
and give the sheet name
Leave the range empty

Use read range workbook , doont use Add data row activity

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.