How do I insert a loop from within another loop to a text output.
Ex: main text 1
secondary text 1
secondary text 2
main text 2
secondary text 1
secondary text 2
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
I have a 1: M relationship where 1 is my main text and M is my internal text that has several related to the main text.
How are you retrieving the relationships? Are they in a list structure?
While it is possible to have nested loops inside of a custom transformer, it may very well be unnecessary to loop at all, depending on your data sources.