Hi all, I’m building a project task manager using tables with the goal of importing the people fields from the task and sub-task tables into the project table.
I’ve tried using Concatenate(thisRow.Tasks.Collaborators, thisRow.Sub-Tasks.Owner) which does combine the fields, but the users lose the formatting and show up as “@personsname” instead of being a user pill.
Is there a better way to automatically add users on a sub-task and task into the “collaborators” column on a project?
Hey folks, Ramesh, Codan here, we just launched the Compose column that lets you use a freeform editor to write and format text as well as reference data from columns (using @) and elsewhere (using = to write a formula). This can likely help in this use case and in future cases where you might have used Concatenate() or Format() formulas.