For Each Mail - From Filter

Hi All,
I am trying to get emails with specific filters one of them is “From” which Mail can be received from more than one sender please check below screen.

image

@mahmoud.zaky

You can give like this

image

cheers

Thanks @Anil_G for your reply authorized sender list will be variable and can not add it as static in code in Mail classic activity i made customize function to validate users but in modern activity can i pass list of users in only one field.

Thanks in advance :slight_smile:

@mahmoud.zaky

You cannot pass a list…but as a workaround what you can try is to loop through the list and filter on each email …as you can add variables in the field

  1. For loop on the list of emails and change type argument to string
  2. For each email activity and apss filer value as currentitem

Cheers