Hi everyone,
I'm trying to check if in the column 'Departamento' in the sharepoint list 'Equipa' is there any records with the same Departamento as in the gallery items. If there is the variable will be set to true, if not it will remove the gallery's item. Can you guys help me? I have this code but it doesn't work.
/*ForAll(Equipa,
If(Departamento = ThisItem.Departamento,
Set(gblShowPP, true),
Remove(Departamento, ThisItem)
)*/