powerapps collections how to send information by mail or save to a word file and send mail.
Hi @emrensl!
You can use the Office365Outlook connection to send mail from Power Apps. Do you wan to send the whole collection, or just values from a single column?
The formula for sending a mail with concatenated values from one column look like this:
Office365Outlook.SendEmailV2("tomailaddress@gmail.com","Mail from Power apps",Concat(TableName,FieldName,Char(10)))
BR
Pontus
so how do I send a file in such an onedrive?
Hi @emrensl ,
Currently you cannot create files from within PowerApps, but you can send a collection in email. Please refer to below thread:
https://powerusers.microsoft.com/t5/Building-Power-Apps/Email-a-collection/td-p/31517
Regards,
Mona
User | Count |
---|---|
224 | |
100 | |
95 | |
57 | |
31 |
User | Count |
---|---|
283 | |
114 | |
108 | |
63 | |
60 |