I have a TEXT field on a form and I would like the text to be formatted across two lines, like this:
Name of Person Involved
(Last, First, Middle Initial)
But, AppSheet wants to wrap text. How can I add a return at the end of the word “involved?” I have tried a concatenante formulate but I am having no luck.
Thanks!
Solved! Go to Solution.
Change the type to LongText, they support line breaks.
You’ll be able to concatenate things then:
Concatenate(
"Name of person Involved
(", [Last], ", ", [First], ", ", [Middle Initial], ")"
)
User | Count |
---|---|
33 | |
11 | |
3 | |
2 | |
2 |