Formatting inside a column

I expected that the below would work fine, a list smaller than the column

It does not, don’t ask me why. I hope that the engineers take a look at this kind of issues.

The code part to reproduce something as you see is this:

Sequence(1,Guests.Count()).FormulaMap(Format(
  "We have registered {1} {3} and we expect {2}",
  Guests.registered.Nth(CurrentValue),Guests.invited.Nth(CurrentValue),Guests.Value
  .Nth(CurrentValue))).BulletedList()

thx for your attention, cheers ,Christiaan