how to extract Attachments Data from mail and store that data into excel table ? with sample flow image
Hi @kavya1004,
This sounds more like a Power Automate cloud flow related question.
Below is an example with csv files.
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]
Romain The Low-Code...
66
Pablo Roldan
55
stampcoin
10