Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Copilot Studio - General
Unanswered

Mail data extraction

(0) ShareShare
ReportReport
Posted on by 3

how to extract Attachments Data from mail and store that data into excel table ? with sample flow image

Categories:
  • Expiscornovus Profile Picture
    31,728 Most Valuable Professional on at
    Re: Mail data extraction

    Hi @kavya1004,

     

    This sounds more like a Power Automate cloud flow related question.

     

    Below is an example with csv files.

     

    content_csv_file.png

     

    1. The first apply to each loops through the attachments.

     

    2. The second apply to each row of the csv attachment by using an expression to split each row of an csv

    skip(split(base64ToString(items('Apply_to_each')?['contentBytes']), decodeUriComponent('%0A')), 1)

     

    3. The add rows into a table map each column via another split function with an index. [0] for column A, [1] for column B and [2] index for column C.

    split(item(), ',')[0]

     

    addrowsintable.png

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Copilot Studio - General

#1
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 66

#2
Pablo Roldan Profile Picture

Pablo Roldan 55

#3
stampcoin Profile Picture

stampcoin 10

Overall leaderboard