“Repeat” merge fields allow data or sections of data to be repeated.
Code Block |
---|
[[*REPEAT|data_source=data_source|*]]
<Block of text to repeat - which can contain merge fields>
[[*REPEAT|END*]] |
Example
There are two clients on a matter. To show two blocks of text with their info, a Repeat Block can be used.
This
Code Block |
---|
[[*REPEAT|data_source=action.participant|*]]
[[FirstNmae|pt=Client|rn=*]]
[[AddressLine|pt=Client|rn=*]]
[[*REPEAT|END*]] |
Returns
Vikki Ramos
321 real street
John Johnson
123 Fake, street
Info |
---|
https://actionstep.zendesk.com/hc/en-us/articles/360050760093-Repeating-Blocks-of-Text in Actionstep Help Center |