Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Hi
i have to display highlighted text in bold
code to display the text
when i try like this
and the output is coming like this what is the mistake?
Discussion posts and replies are publicly visible
are you trying to show this data in a document you created or in an interface?
no using rules, all data am fetching from DB and using HTML am showing the data with format
are you using this smart service?https://docs.appian.com/suite/help/22.2/Word_Doc_from_Template_Smart_Service.html
yes
Word does not support HTML formatting ...
stefan is right.I am not sure why you are using html in the first place? whats the concept here?
It's possible to force Bold (and other formatting) into the Word from Template smart service, but it's very advanced functionality. You will need to read up on, and **FULLY UNDERSTAND**, the "wordML" markup language, which is what Word uses to underpin all of the text and formatting you see when you open a Word document for viewing.