Formatting formula output text in a canvas

I have 2 table: Projects & Notes with 1 to many relationships.

I am creating a column in Projects that aggregates all notes with the respective project tag. I am wondering if there’s a way for me to format the output the text of that formula column.

Notes.Filter(Project.Contains(thisRow)).FormulaMap(
CurrentValue.Title

"
" + CurrentValue.Notes
).Join("
---")

I want the CurrentValue.Title to be boldened for better readability.

Thank you!

try

CurrentValue.Title._Bold()

max

does not seem to work :frowning:

oops. my mistake..

the formula is _Bold()

Yes, it still does not work within a formula map.

This is why AI will ultimately resolve 90% of all support questions.

The new Coda MCP, which is in beta, was able to answer this question in great detail and even provide an example document.

2 Likes