Hi. I need advice to troubleshoot one of my flows in Power Automate.
Every day I get a .CSV file with one email per line. Sometimes in this file, the person creating the file added an additional period at the end of the e-mail. This period causes some e-mails not to be sent. I can't find a solution to remove the last period if it appears at the end of a single line in an email.
Do you have any ideas on how to solve this problem by using actions in MS Power Automate
Solved! Go to Solution.
How are you using this CSV to send an email? Are you splitting them into an array based on a comma?
One thought is to use replace function and replace all possible combinations of those with correct one...
Some combinations are like
.com.
.org.
.pl.
.net.
.edu.
If you don't see many of them, you can use replace function. Something like below..
How are you using this CSV to send an email? Are you splitting them into an array based on a comma?
One thought is to use replace function and replace all possible combinations of those with correct one...
Some combinations are like
.com.
.org.
.pl.
.net.
.edu.
If you don't see many of them, you can use replace function. Something like below..
User | Count |
---|---|
87 | |
37 | |
23 | |
20 | |
16 |
User | Count |
---|---|
127 | |
49 | |
46 | |
27 | |
25 |