Adding Results Tag to Fori

Hi @JohnF,

I understand you want to create a result tag for every iteration of your fori loop. You will have to add a result tag inside the {% fori %} ... {% endfori %} and make sure that the result name is unique for every loop by using a dynamic name.

You can find more information on how to create a result-tag for each loop:

And here’s some more information to explain why you should use dynamic name for the result in this case:

Feel free to reach out if you have additional questions.

Kind regards,
Kimberly

result result-tags fori_loop