I have two tables that have a many to many relationship. I'm trying to clearcollect and create a string of names from the second table..
the second table 'Users' is the dataverse systemusers table.
e.g.
ClearCollect(
colMetricSummary,
AddColumns(
ELT_Metrics,
AssignedUsers,
Concat(ThisItem.Users, 'Full Name', ", ")
)
)

Report
All responses (
Answers (