I want make a task and send email with filter kriteria,
someone can helpme…
i’m use this formula, but can’t work :
Select(User[Email],
And(
[Email Automation]=Ya,
CONTAINS(USER[AKSES JOB SITE],[_THISROW].[SITE]),
CONTAINS(USER[AKSES MENU],VALIDATOR)
)
)
and i also try this :
Select(User[Email],
And(
[Email Automation]=Ya,
in([Site],[Akses Job Site]),
IN(“Validator”,[AKSES MENU])
))

