Hi
I have 2 SP lists (cadProjetos and cadEquipe), the first with ID and projects and another with child items (team names in each project and RefIdProj child form ID first list).
I need to filter a gallery for shows only projects from first list where current user integrate the project team (second list)
I'm trying this formula:
Filter(cadProjetos; ID in Filter(cadEquipe; varUser in Integrante.Email).RefIdProj))
varUser = current user email - Set(varUser; User().Email) in onstart from app
I read that both columns need to be same type, but my first one ID is the ID regular SP, and the other is a consult column from first.
Appreciate any help.
Thank you all