In RE Framework, I want to add row data in a Column of Data table in each Transaction.
I have “in_DtOutput” (Data Table) available in Process Transaction State, I get an Output Variable (Str_9SeriesNumber) and I want to add new column (9SeriesNumber)in “in_DtOutput” , and inside that want to add data in in 9SeriesNumber Column each transaction,
How we can achieve that, Please Help me ?
I have to use this in "Get transaction State, Because before this I have other activities like Get Outlook mail and all other activities, So Can we use do this in “Get Transaction State” and pass the data table into Process transaction state ans if yes then what syntax i have to write for that ?
You are using in Reframework
so use read range activity or build datatable activity in the Intialization and pass the datatable to process so that it will resolve Your error
Can you explain from where you are getting the datatable of dt_Output
Actually I have two data Tables one is from I get Document understanding output and one is I get from SAP Application, Then I Have compare the data table based on on one Reference column and By “Join data Table Activity” which Gives me dt_Output Data Table.
and in that table I need to add column “9SeriesNumber” and then in that column i have to add data which i get Dynamically in Each transaction
can you please tell me how we can add row data in specified column ?? I think this will solve my problem.
Please tell how we can add row data in a Data Table in specified column (9Series Number)