I wanna show for exemple a number in my email like 20 000 but instead of having it at the right format like this 20 000 I get 20000 how can I fix this please.
You may have to store that field in that number format then only you can display in email. Since we don't have a JS activity yet, else you could have used a JS function to convert into required format.