Help

Re: Can you format text in Gallery cards globally?

347 0
cancel
Showing results for 
Search instead for 
Did you mean: 
AdyCL
4 - Data Explorer
4 - Data Explorer

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! 

1 Reply 1

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: 

Screenshot 2023-03-07 at 1.17.15 PM.png

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