Hello!
I got this column people/group in a sharepoint list that I have in my flow. The problem i got is there is no spaces in the mail it sends out with the peoples names.
It looks like this "NameNameName", I would like is to look like this: "Name, Name, Name".
So I got this flow:
Solved! Go to Solution.
Hi!
Assign also a comma in your append to string variable
Please note there is a more elegant solution that is to initialize an array variable and to use its corresponding 'append to array variable'. Assuming the variable is called 'myEmailsArray', Now when adding the email addresses to the email body, you can use the expression:
join(variables('myEmailsArray'),', ')
Hope this helps
Proud to be a Flownaut!
Hi!
Assign also a comma in your append to string variable
Please note there is a more elegant solution that is to initialize an array variable and to use its corresponding 'append to array variable'. Assuming the variable is called 'myEmailsArray', Now when adding the email addresses to the email body, you can use the expression:
join(variables('myEmailsArray'),', ')
Hope this helps
Proud to be a Flownaut!
Nice, it worked!
Next question 🙂 Is there anyway to make it say
1. name
2. name
3. name
4. name
Hi!
I think you can achieve this by means of HTML tags or by adding markup.
But, my humble suggestion is:
1.-Mark this topic as "Solved" by clicking "Accept as a solution". This way other community members facing this same problem in the future have the chance to find a solution faster. Please note you can even select several replies as as 'Solution', even from different community members!
2.- Open a new thread for your next question, following the policy: 'One Question, one post'. MAny SuperUsers pay more attention to unanswered topics, and I am not an expert in HTML. Let's hope somebody else can point us to the right direction
3.- (OPTIONAL) Click on 'Thumbs up' in any answer you found valuable.
Even though this 3rd step is OPTIONAL, please remember it is the cheapest, easiest way to say thanks to somebody that simply tried to help. And just between you and me, everytime an inspiring answer receive a kudo, an ewok escapes from The Emperor menace 😉
Thanx for your contribution to keep this community great!
Proud to be a Flownaut!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
72 | |
23 | |
17 | |
17 | |
13 |
User | Count |
---|---|
125 | |
34 | |
31 | |
28 | |
26 |