@phill thanks again for the tip... I managed it at the end following https://stackoverflow.com/a/77467576/698971. I assume this is what you meant too. It has helped recalibrate my understanding of Lists :)
@bardi sorry I missed your last reply; yes exactly this! Section returns a ViewBuilder too (content) so it works exactly the same way.
@phill you’re right, technically speaking the behaviour is expected.
Do you mean I replace the VStack with a ViewBuilder that will contain the subviews individually tagged?