RegexReplace + Linebreak --> BulletedList?

How do I regexreplace a ‘period’ with a linebreak and turn that into a bulletedlist?
The linebreak doesn’t create the second bullet point.

I think this should work:
[usps tracking info].detail.split(“.”).bulletedList()

1 Like

YESSS!! Thank you :heart: