Data source: SPO list
i have a collection i am for eaching my way through to add to another collection with specific attributes. the last attribute Dept causes error. its a lookup column in the first collection. but i cannot select the value. just says collect has some invalid arguments.
ForAll(
colProductIssues,
Collect(
TicketOverview,
{
Title: Description,
Branch: Branch,
Type: "Product Issues",
Icon: RGBA(141, 198, 63, 1),
ID: ThisRecord.ID,
Dept: ThisRecord.DeptAssigned.Value - This line causes error
}
)
);

Report
All responses (
Answers (