Hello,
I am using the Get items action to query a list that returns 16 items. How can I combine the 16 items into a string that is separated by a line break? Afterwards, I would insert it into an Email.
Thank you
Flow
Returns 16 items
Solved! Go to Solution.
Instea of "Set variable" Use "Append to string variable" action. If you are going to put it in an email you probably want a <br> tag instead of a line break. Then you can use your new variable in your email content.
If it were me, I would probably append the result to an array variable and use that as the source of a HTML Table in the email, but either approach would work.
Instea of "Set variable" Use "Append to string variable" action. If you are going to put it in an email you probably want a <br> tag instead of a line break. Then you can use your new variable in your email content.
If it were me, I would probably append the result to an array variable and use that as the source of a HTML Table in the email, but either approach would work.
Your suggestion worked for me. Thank you.
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
45 | |
43 | |
41 | |
41 | |
32 |
User | Count |
---|---|
84 | |
83 | |
59 | |
50 | |
42 |