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
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
Do you actually need a loop, or can you accomplish this with a Cloner?
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.
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.