Hello,
i want to output table , this is why i create a table in project with predefined header, and then i would like to fill the cell and columns.
i have variable to control row
so i add table processing 'node'
and then i add other 'node'
and then add 3 other node...
The problem is, when i on debug mode, it had error "Index was outside the bounds of the array" on the first table processing node.
so i thought it might be because i forget to add line... but after i addline with Row set to 1
the same problem still happen
Any idea what's wrong ?
i want to output table , this is why i create a table in project with predefined header, and then i would like to fill the cell and columns.
i have variable to control row
so i add table processing 'node'
- Select Table
- Select "Record Cell"
- Value : {-Variable.FirstName-}
- Row: {-Variable.tblRowprocess-}
- Column: A
and then i add other 'node'
- Select Table
- Select "Record Cell"
- Value : {-Variable.LastName-}
- Row: {-Variable.tblRowprocess-}
- Column: B
and then add 3 other node...
The problem is, when i on debug mode, it had error "Index was outside the bounds of the array" on the first table processing node.
so i thought it might be because i forget to add line... but after i addline with Row set to 1
the same problem still happen
Any idea what's wrong ?