Need Help with expression

I don't know what is wrong in this. Please tell me what mistakes are there so that I can correct them.

Screenshot 2024-11-01 091728.png

 

 

OR(
  IN(
    USEREMAIL(),
    FILTER(
      "ENTRY ALLOWED EMAIL LIST",
      TRUE
    )[_ComputedUsersmail Log]
  ),
  ISNOTBLANK(
    FILTER(
      "Entry Allowed List",
      AND(
        [REVERSE AWB NO] = [_THISROW].[AWB NO],
        [COURIER CHANNEL] = [_THISROW].[CHANNEL]
      )
    )
  )
)

 

 

 

0 3 201
3 REPLIES 3
Top Labels in this Space