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 |
---|---|
183 | |
105 | |
89 | |
45 | |
43 |
User | Count |
---|---|
229 | |
105 | |
105 | |
67 | |
66 |