Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

${set(count,%{${count} + 1})}

Let's put the mappings that we want to print on the template.

Author

${Comments[n].AuthorFullName}
Body${Comments[n].Body}

 

Now, We are going to use the function continue with a conditional block, when the comment is equal a "Hello Continue".

Code Block
titleExpand to see the sample code
collapsetrue
#{if (%{'${Comments[n].Body}'.equals('Hello Continue')})}
Jump the next comment.
#{continue}
#{end}
Info

We must have comments on your issue and a comment with "Hello Continue".

 

 

 


On this case is a template on Excel, so  don't forget the note below.
Since all the table contents below the Header are dynamic, firstly we need to create a single row Table to be the Header, and below it you put the &{for issues...} statement, so the Header is printed only one time.

...