Hi Team,
i am trying to use connect activity for excel database connection. But when I run my automation it throws an error saying "
An error has occured
Source: Newtonsoft.Json
Message: Cannot create and populate list type System.Data.OleDb.OleDbErrorCollection. Path ‘$values’, line 1, position 164.
I am using the below
“Provider=Microsoft.Jet.OLEDB.4.0;Data Source=” & ExcelPath & “;Extended Properties=‘Excel 8.0 Xml;HDR=YES;IMEX=1’;”
Provider name=“System.Data.OleDb”
Please help me out.