mavsp8
(mavs)
1
I have 2 variables
- BatchID : 1010
- Source : University
I already have a data table with following data inside it:

I want to add those variables value to my datatable column (BatchID and Source)
The output i want to get is shown below:

Please share your suggestions on this issue.
Thank you in advance
ppr
(Peter)
2
we would recomend to start with:
- For each row / for each row in Datatable Activity | r
ow in YourDataTableVar
- Assign activity:
row("BatchID") = BatchIDVar
- Assign activity:
row("Source") = SourceVar
system
(system)
Closed
3
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.