Forum Discussion
Marsha_R
Champion Level 3
13 years agoInside the loop, add something like
If (tablefield1 not empty) then
*whatever your set text line is goes here*
else
*log a message and go on*
(tablefield1 not empty) will be an Object Property
If (tablefield1 not empty) then
*whatever your set text line is goes here*
else
*log a message and go on*
(tablefield1 not empty) will be an Object Property