If the field is connected to a text column in Sharepoint make sure the Sharepoint column is set to Plain Text, not Rich Text. Done some more work on this today and found that if I add a new text field of type HTML text and then bind it to the datacard of...
Validating Multiline Text Field in Power Apps Form Let’s see the validation for the multiple lines of the text field in the Power Apps form. Look at the image below; only the error message disappears when I provide a comment of more than 50 characters. Follow the steps below to achieve ...
This is only for the "Edit" form, you'd have to add some If statements to hide "HistoryComments" when creating a new item or NewComment when viewing only. You should keep an eye on what the user interface may look like, if the comments are going to...
This is only for the "Edit" form, you'd have to add some If statements to hide "HistoryComments" when creating a new item or NewComment when viewing only. You should keep an eye on what the user interface may look like, if the comments are going to...
Original file line numberDiff line numberDiff line change @@ -9,7 +9,7 @@ may be either trademarks or registered trademarks of Microsoft in the United Sta The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark...
Hi everyone, As of today, you will be able to set the values of your managed metadata columns (sometimes also called taxonomy columns) in...
Multiline This mode is very useful when we need to get a large text from users such as some comments, notes, or full addresses. This allows users to enter large text and see maximum characters based on the height and widths of the control. ...