Hi @MCubedMama ,
This should handle all scenarios. Please mark as a solution if this helps! Always glad to help! Tom
concat(slice(variables('Example1'), 0, 3), ' ', slice(variables('Example1'), 3))
where 'Example1' is my variable
Also, you can get these expressions built for you directly in the format data by Example tool.
