Forum Discussion
- SuryaExpertQrew Assistant CaptainRich Text is nothing but html used for formatting your text. So if you want to bold face something, you would put <b> before the text and </b> after. If you want to create a bullet list or numbered list, you would use the appropriate tags. For more on html tags, you can visit https://www.w3schools.com/html/default.asp. Hope that helps.
- AdrinieFreemanQrew Trainee
Amber did you figure anything out with this i'm trying to do the same? - BenjaminGoldenQrew CadetCould you be more specific about what you're trying to do? Like Surya said, you should be able to format whatever data you're using with HTML tags, but depending on the nature of your issue you might not even need to use an automation.
- EOMDeveleporsQrew CaptainAs far as I am aware of, rich text fields are formulas which can not be updated via automation. You can do an if statement which can change the value of the formula based on a condition. You may also look into the option of changing the value via api by calling a javascript page with the iol method.
- QuickBaseCoachDQrew CaptainRich text fields can be data entry fields or they can be for me in the fields. As stated above if you were entering data into a rich text field via an automation you would have to directly Code HTML yourself.