As you can see, I have included indexes up until index 5 in the content of the email as there is little chance that the length of the array “Bloc” goes beyond base in the scenario inputs I have had so far. BUT there is still a slight chance it goes crazy to 20 all of a sudden.
To be on the safe side, I would want to dynamically build my email content so it adjusts to the Array length and get all values for each operation. How should I do this?
@Bennaim
Hi, Let’s use Repeater and Text Aggregator.
Repeater should be up to the length of the blocs array. You can use the length function to set it.
Text Aggregator will work if you specify the source as Repeater and input it to Text Aggregator as blocs[i]. If you want to include newlines, just add newline.
Probably similar to what we exchanged in the following thread.