Hi, does anyone know how to center-align text in Flow?
You could try some html/css as ShotGrid supports Markdown and they may include some support for HMTL/CSS tags in the markdown.
<p style="text-align: center;">A piece of centered text</p>
Thanks, Ricardo!