I’m not a doc maker so i don’t know how to make an example doc that I can change the sharing permissions on, but here is the formula i am using to concatenate the various rows.
I would like to be able to be able to copy specific parts of this data, but I can’t edit it.
Concatenate("Name: ",thisRow.Name, Character(10),"Email: ",thisRow.Email, Character(10),“Pref Pronoun:”,thisRow.[Preferred Pronoun], Character(10), “Instruments Taught:”, thisRow.[Instruments Taught],Character(10),"Time Zone: ",thisRow.[Time Zone], Character(10),"Knowledge of Music Theory: ",thisRow.[Knowledge of Music Theory], Character(10),"Background as a Music Teacher: ",thisRow.[Background As a Music Instructor], Character(10),“Music Teacher Associations:”,thisRow.[Music Teaching Associations], Character(10),"City: ",thisRow.City, Character(10),"Links: ",thisRow.Links, Character(10),"Resume: ",thisRow.Response.IfYouDLikeToIncludeYourResumeInYourApplicationYouCanUploadItHere,Character(10),"How Many Students Wanted: ",thisRow.Response.HowManyStudentsWouldYouIdeallyLikeToTakeOn
)
So i tried to make a new column that used that ToText(thisRow.Summary) formula but it didn’t work. it still says
External data column
Values can’t be edited in Coda.
For now, i’m just copying the row data and pasting it into a blank column next to it.