Dear community, I am looking for an example where I have to pass an array of emails in flow. The emails are from SharePoint list columns. I have to check each value against another list. If there exists a replacement for an email, replace in the original array else keep the email value as is. After every email is processed, return an array back to calling flow. Thanks in advance.