Share
Explore

icon picker
How to: Extract Canvas Notes into Columns

Love using Coda's canvas column, but finding it difficult to extract the most important takeaways? Check out this trick!
How it works:
Use a ‘canvas column’ for all of your notes (see the Notes column below)
Create a new column(s) for where you want to extract specific notes. In this example, we have 2 columns - one for extracting important takeaways from the meeting notes, and one to extract customer feature requests in another column. (See Important Takeaways (+) and Feature Requests (*) columns beflow)
Click ‘Add Formula’ into the new column where you want the notes to be extracted and paste the formula below:
The symbol does not need to be a +. You can choose which symbol you’d like to use to insert at the beginning of a sentence to extract the note.
You can change the symbol so different symbols extract to different columns
NOTE: When copying the formula, in order for it to work, make sure your canvas column is called ‘Notes.’ Once you paste the formula, you can change the name of the canvas column after.
In this example, the * symbol has been designated as the symbol in the canvas notes to extra into the ‘Feature Requests’ column
image.png
thisRow.Notes.Split(LineBreak()).Filter(CurrentValue.StartsWith("+"))
.ListCombine() .FormulaMap(
Splice(CurrentValue, 0, 2)).BulletedList()


Example Meeting Notes Table
0
Date
Topic
Customer Attendees
Coda Attendees
Notes
Important Takeaways (+)
Feature Requests (*)
1
9/1/2022
Monthly Sync
Rosa
Miranda
Open
Coda is used for all of Customer Success
More emojis!
There are no rows in this table

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.