Forum Discussion
Multiple Lines Using Power App
- Aug 12, 2025
I suspect you are using the modern text box. Make sure in the properties pane you set the behavior mode to Multiline:
Rob
Los Gallardos
Microsoft Power Automate Community Super User.
Principal Consultant, SharePoint and Power Platform WSP Global (and classic 1967 Morris Traveller driver)
Ensure the Text Input Control is set to MultiLine:
Select the control.
In the properties pane or formula bar, set:
TextInput.Mode = TextMode.MultiLine
This allows pressing Enter to create a new line.
Note: The Tab key will not insert a tab spaceāit moves focus to the next control, which is expected behavior in Power Apps.
-----------------------------------------------------
Optional: Use Rich Text Editor Control
If you want more formatting options (bold, bullet points, etc.), you can replace the standard text input with a Rich Text Editor.
This works well with SharePoint fields set to Rich Text (Enhanced).