- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Mar 06, 2023 04:22 PM
Hello,
I am new to AT and am trying to create a Gallery view of my data. I can see how to enable rich text formatting in my long text fields, but I am wondering if there is a way to apply that formatting globally to a field instead of cell-by-cell. For instance, I would like all of the Project Names to be bold and h1 (# in markup), but I can't see how to make that happen.
Thank you for your help!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Mar 06, 2023 09:19 PM
You could do try to do this with an automation? The idea is that you can only apply rich text formatting to a field via an automation, and so let's say your rich text field called "Notes" currently has the text "Project Name". You would have to create an automation that would update that field to be "# Project Name", like so: 
And this would make all the values in that field be bold
This gets complicated if your cell value is like the following though:
```
Project Name
Project Details
Project Details
```
But potentially still solvable assuming there's a pattern that we can identify the project name values