Good morning,
when i use the Collect Funktion only a few columns are filled.
I use the following way to fill a collection:
ForAll(
Distinct(
AddColumns(
LookUp(
Benutzers,
Fullname = User().FullName
).'Cases (cr8ec_Projekt_Zugehoering_ref)',
"Kunde",
ThisRecord.Projekt.Kunde.Kundennummer
),
Kunde
) As CC,
Collect (
col_Cust,
LookUp(
Kunde,
Kundennummer = CC.Value
)
)
);
AS i understand it, this should collect the whole entity "Kunde" from the last lookup, but only the columns for id and kundennummer are filled, all other values are left blank, although the colums are present in the collection

Report
All responses (
Answers (