I have this setup in a gallery which provides the result in the image.
ClearCollect(
RequestIndex,
DropColumns(
AddColumns(
GroupBy(
Filter(AllRequests, RequestStatus = "Submitted" And AuthorManager = varUser),
"RequestNumber", "Submitter","Result"),
"Employees",
Concat(Result, Title & Char(10))
),
"Result"
)
)
What I would like to do is to have the concat to return not only the title but a combination of the Title and Approver columns, looking something like this, but am not sure how to add the approver piece into the equation. I tried a couple things and failed miserably 😬:
Hickok, Jane - Washington, George
Doe, John - Hancock, John
User, Jeremy - Gwinnett, Button