@hong_yip ,
I cannot test this but the below should work
With(
{
wPatch:
AddColumns(
GroupBy(
SPList,
"workflow",
"Data"
),
"CheckNums"
Concat(
Distinct(
Data,
CheckNum
),
Result & " "
),
"PaidDates"
Concat(
Distinct(
Data,
PaidDate,
),
Result & " "
)
)
},
ForAll(
wPatch As aPatch,
Patch(
SPList2,
Defaults(SPList2),
{
workflow:aPatch.workflow,
ConcatField:
aPatch.CheckNums & ", " & aPatch.PaidDates
}
)
)
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps