Hi guys I am trying to implement an add data row activity.
So right now I want to add a data row to a table, nested inside a for each row activity in another data table. the itme to loop through is called “CurrentRow”.
I have assigned “CompositeMvmPN” with DataRow variable type, how can I assign the value of CompositeMvmPN with the currentrow of another datatable, which is being looped through? Thanks! Also, do I need to build the CompositeMvm table before the loop? Thanks!