Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

multiple email address not being read properly in flow

(0) ShareShare
ReportReport
Posted on by 542 Super User 2025 Season 1

I have a sharepoint list column named CcTo that contains multiple email address for example 

 

1@gmail.com;2@gmail.com;3@gmail.com

 

 

and another list column named Post that contains multiple email address as well

 

4@gmail.com;5@gmail.com

 



my problem is that when the flow is triggered, only 1 email address is recognized

kej_0-1715703241369.png

 

my code for both of my list columns are as follows:

CcTo 

 

 Concatenate(
 //first argument - 
 LookUp(
 'DataSource',
 (SSL = Text(DataCardValueSSL.Selected.Value) && 
 Competency = DataCardValueSMU.Selected.Value && 
 Rank = DataCardValueRank.Selected.Value),
 CcTo
 ),
 //separator
 If(
 !IsEmpty(
 Filter(
 'DataSource',
 Role.Value = "OPS"
 )
 ),
 ";",
 ""
 ),
 //second argument
 Concat(
 Filter(
 'DataSource',
 Role.Value = "OPS"
 ),
 'Member Name'.Email,
 ";"
 )
)
 

 



Post

 

Concatenate(
 //first argument - 
 LookUp(
 'DataSource',
 (SSL = Text(DataCardValueSSL.Selected.Value) && 
 Competency = DataCardValueSMU.Selected.Value && 
 Rank = DataCardValueRank.Selected.Value),
 Post
 ),
 //separator
 If(
 !IsEmpty(
 Filter(
 'DataSource',
 Role.Value = "Recruitment"
 )
 ),
 ";",
 ""
 ),
 //second argument
 Concat(
 Filter(
 'DataSource',
 Role.Value = "Recruitment"
 ),
 'Member Name'.Email,
 ";"
 )
)

 


In my SharePoint list, the email address are valid and written properly.

I do not understand why only 1 email is being read in the flow. the ";" is being read but not the email address. Any form of help is appreciated.

  • Verified answer
    KevinGador Profile Picture
    542 Super User 2025 Season 1 on at
    Re: multiple email address not being read properly in flow

    hello, I have solved the problem.

    Seems like this I am getting this behavior because I just resubmitted the entry. The flow is working fine now.

  • v-qiaqi@microsoft.com Profile Picture
    on at
    Re: multiple email address not being read properly in flow

    HI @kej,

    I have replied here, let's focus on that one.

    Thanks for your cooperation.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,702 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,017 Most Valuable Professional

Leaderboard