Dynamic Blocks are more or less another way to implement for
a loop. Here are a few facts dynamic block
which you should keep in mind –
- Collections – You need to have collections .e.g. –
list, map, set
- Iterator – To create a
dynamic block
you need to define an iterator. - Content – Content is something onto which you wanna iterate.
Here is the syntax of dynamic block
–