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.
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
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
- For loop on the list of emails and change type argument to string
- For each email activity and apss filer value as currentitem
Cheers