web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / multiple email address...
Power Apps
Answered

multiple email address not being read properly in flow

(0) ShareShare
ReportReport
Posted on by 854 Moderator

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.

Categories:
I have the same question (0)
  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    HI @kej,

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

    Thanks for your cooperation.

  • Verified answer
    KevinGador Profile Picture
    854 Moderator on at

    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.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard