Why does Excel.activities.business.readrangex put in brackests on the path instead of parentheses as it requires?

Sorry if I did this wrong, first topic.

The path I am refering to is the range path. If I click the + and I indicate the spreadsheet it gives back
Excel.Sheet[“Sheet1”] This does not work. It gives an error, end of expression expected.
not
Excel.Sheet(“Sheet1”) This works.

I found that 2.12.0 update to uipath.excel.avtivities solved this problem.

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