Hi to all
I´m trying to do this, I have created an app and I would like that when I clic the "send Information" botton the flow send me the name, phone, email and picture by email, it is possible ? thank you for your help
Hi to all
I´m trying to do this, I have created an app and I would like that when I clic the "send Information" botton the flow send me the name, phone, email and picture by email, it is possible ? thank you for your help
Liked your post and we've had similar success in creating some nice e-mails from PowerApps, flows, etc. Have you found a way or do you have a recommendation for publishing HTML or potentially XML for creating a MS Word document, such as a report based on your PowerApp selections/export?
Hi Jingling
You may refer to my latest sharing of complete and improved version on email at
Useful features of powerapps (12).
You have had better ideas, do share with me.
Have a nice day.
That's great sharing! Thank you so much!
Hi
My latest actual results on Email + Concatenate + Concat + Html (using List; you may use table and any other formating).
This Email Flow is specially for:
- when you wish to Send a Collection of Data (Table), without limitation of rows (using Concat + HTML)
- with some additional information for reference (using Concatentate)
Actual Results sent from:
- Win 10 PowerApps
- Android PowerApps (Phone)
- Android PowerApps (Nexus 7)
Following is my order:
Product
- Quantity
- Price (RM)
NUTRILITE™ Bio C Plus All Day Formula (120 tab)
1
$ 142.05
NUTRILITE™ Protein Drink Mix Green Tea Flavour (450g)
2
$ 125.10
Kindly deliver on: send on 17/7/2016
My Details:
• PK
• 0757069691
• 102, Japan Kenduri, Taman Gembira, Johor, Malaysia
Hope this further helps those having the similar needs as of myself.
Last Improvement needed:
Change the Sender information.
Thanks and Good nite.
hi hpkeong
Sure..... do you have enable the HTML option in the email ?
Regards,
Hi Jamarchi
Thanks for sharing. Umm.. You are also sharing HTML5...<br>.
Umm I had tried your suggestion if they really BREAK into different rows, but still NOT! ..still in horizontal.
Maybe they are more HTML5 syntax required.
Anyway, I will keep exploring with Concat because it really works but need further fine-tuning to make it more organized until more and more suggestion / alternative.
Before any other alternative, I wish those interested help to improve the Concatenate(.... Concat(......with HTML5....)).
Thanks.
Hi to all
I did this, maybe can help you, I have a form, where the user has to type all the information and when click the safe button a flow it started, I created and flow where send and email with the informatión that the user send, the email is in spanish but maybe you can get the idea, please see next image, please let me know any comment
Thanks for sharing to us.
Hi
I used HTML5 - Table before but not very nice looking in Project Siena. You inspired me again and I have combined all of them:
1. Concatenate (for a non-repeating title)
2. Concat (for appending of data-in-rows and carriage return to next rows automatically)
3. Tabulation (as of your idea) with HTML5 - Table
Yes, I got it run and need to further touch-up to make it look nicer.
So, for Jingjing's case, Yukonn's HTML5 is good.
For continuous data, you may refer to my attachment.]
I will continue to improve with the help of Mr. Dang and Taufik.
Hope this helps for those necessary to attach data from Collection for infinity data.
Hope this will be used for Printing, too.
Hi,
I assume you already know how to send mail from MS workflow. I did some sample as per your screenshot.
"<table> <tr> <td>" & DataCardKey12 & "</td> <td>:</td> <td>" & DataCardValue12 & "</td> </tr> <tr> <td>" & DataCardKey10 & "</td> <td>:</td> <td>" & DataCardValue10 & "</td> </tr> <tr> <td>" & DataCardKey8 & "</td> <td>:</td> <td>" & DataCardValue8 & "</td> </tr> <tr> <td>" & DataCardKey9 & "</td> <td>:</td> <td>" & DataCardValue9 & "</td> </tr> <tr> <td>" & DataCardKey11 & "</td> <td>:</td> <td>" & DataCardValue11 & "</td> </tr> <tr> <td>" & DataCardKey13 & "</td> <td>:</td> <td>" & DataCardValue13 & "</td> </tr> </table>"
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.