How can I loop through a child table using jinja

@rmehta @MartinHBramwell @trentmu @gsarunk I have a child table, I want to share the same as a email template. For that I have written jinja code but it doesn’t loop through the each row values.

How to pass the dynamic values inside a jinja code.
Thanks…

Hi @Deepu1117,

I think, first do check the Fetch child table values using Jinja tags Documentation.
Maybe it is helpful for you.

Thank You!

Thank you! for your response…Its a helpful article. But I don’t want to do these through print format. Is there any alternate solution there?

Could you please let us know what is the final output you are trying to achieve