hello,
Im ready data from excel as DB, my data table has over 100 column,
added new connection to sql server to insert few column form the data table
Insert into [PayOpsRPA].[InternalAccountNumber] Value select (%QueryResult%['Internal Account Number'])
I always get an error when i try to get this column from the queryreslut.
How i can do this?
Any insert examples?
BR/Hazem