Hi everyone,
i’m trying to extract data using Uipath studio 2021.4.4 from 2 web columns to excel. however i keep bumping into the same error
details:
Source: kopinomor
Message: Exception has been thrown by the target of an invocation.
Exception Type: System.Reflection.TargetInvocationException
RemoteException wrapping System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. —> RemoteException wrapping System.ArgumentException: Column ‘NOMOR’ does not belong to table DataTable.
at System.Data.DataRow.GetDataColumn(String columnName)
at System.Data.DataRow.set_Item(String columnName, Object value)
— End of inner exception stack trace —
the data im trying to retrieve and store to excel is this:
the error appears on “kopinomor” and “Assign” section.
any assistance is much appreciated!
project and excel:
IMB VX.xaml (49.7 KB)
dr rizki.xlsx (73.6 KB)