- First, you create a list named "block" containing the IDs of the blocks you want to randomize.
- Use the "shuffle" filter to randomly rearrange the block list's elements.
- Then, you can access each block individually by indexing through the shuffled list.
Let's break down how it works to achieve the desired randomization of block order within your email template: