Hello!
I have a powerapp that takes data from a powerapps form, sends it to a sharepoint list, and then shows it on a different screen. My problem is this - when I use 'HTML Text' to view a long text (2 or 3 paragraphes), all the line breaks get jammed and the entire text is without linebreaks.
When I switch to regular 'Text Input' the line breaks are perfect - but I can't find a way to change the direction of the text to rtl (not align - direction), which makes it impossible to read text in hebrew and english combined (which is a major need in my powerapps). That problem I managed to solve inside 'HTML Text' by writing:
"<div style=direction:rtl;text-align:right>" & TextInput4.Text & "</div>"
But that won't work inside the 'Text Input'.
So in conclusion, I need only one solution - Either for linebreak in 'HTML Text' or text direction in 'Text Input'.
Thanks in advance,
Eitan.