HI, I am attempting to insert an additional column named "Access" into a collection when I add a user record from an Office365User search.
I tried this:
Concurrent(
Set(_selectedUser, ThisItem),
Reset(TextSearchBox2),
Collect(colAddUsers, ThisItem, {Access: "Edit"}))
but this adds it as a value on its own row, like this:

Thanks