Hi everyone,
my question is, if in an smartform I use a loop node containing a table node, and both access the same table, will the access be reset or the loop will continue where the table left?
Example loop reads line1
Table reads line 1
table reads line 2
table reads line 3
table stops
loop read line 2
...
or
Example loop reads line1
Table reads line 2
table reads line 3
table reads line 4
table stops
loop read line 5
...
Thank you all very much in advance.
Jose.