Hello,
I have a nested gallery with a list of items however I would like to input a button that expands and collapse gallery items with the following formula:
Onselect ->
If(IsEmpty(colCollapseExpandGroup),
Collect(colCollapseExpandGroup,
ForAll(Distinct(colProjectData,'Project'),
{ID: LookUp(colProjectDate,'Project'=Result).ID,'Project':Result}
)
)
,
Clear(colCollapseExpandGroup)
)
the error message I get is mostly ' Incompatible type, The 'ID' column in the data source you are updating expects a 'Number'Type and you are using a 'Error' type. and this is the same for the rest
