Contribute New Sample Flow demonstrating processing an excel file from email, grouping work items and email employees their workitems#160
Conversation
|
Hi @MichaelGernaey , Thank you for your submission! To proceed with merging the sample I want to kindly ask you to switch from hardcoded data sources values to Environment Variables. It will ensure a smooth process for using the sample. Reference lick: https://learn.microsoft.com/en-us/power-apps/maker/data-platform/environmentvariables-power-automate. You can add as Prerequisites what should be configured in advance - like SharePoint list with what columns, etc. Additionally, please create a new branch in your repo and make a PR from your branch, not from the main. The full contribution guide: https://github.com/pnp/powerplatform-samples/blob/main/CONTRIBUTING.md Thank you! Regards, |
|
HI @Katerina-Chernevskaya Certainly I can do that right now |
|
HI @Katerina-Chernevskaya so sorry on the extremely long delay. A load of personal issues and surgeries and am still recouping and the wife. I hope its ok if I make these changes now. Sorry about the main, I didn't read anything in there that I had to have a different branch than the repo Main I created only for my contributions to this repo (in the contributions guide) I will resolve that as well :-) Thank you so much for your understanding :-) |
881cd03 to
747d68c
Compare
What's in this Pull Request?
The is a brand-new sample, that leverages Excel, SharePoint and Outlook 365. It illustrates how to send an excel file that has a list of workitems in an excel table with headers. The flow will trigger, validate the incoming excel attachment and then process the file by first saving it to a SharePoint document library, then list all the rows in Excel. It will then use a unique list of email addresses, composed from the excel data, to group all workitems by unique email address and then email the employee their workitems in an HTML Table
Checklist