I am attempting to add columns "Title" and "Name" to a data table with info from my data source and am getting a syntax error
SortByColumns(
AddColumns(
GroupBy(
Filter(
Safetyl,
StartsWith(
Title,
Textlnput5.Text
)
),
"Title",
"All Titles"
),
"Discussions",
CountRows('All Titles'),
"Name",
First('All Titles').Name
),
"Title"
)