Hello,
I have created a flow where it copy the excel file content from the sharepoint folder and same is attached to a mail using file content.
The flow is like : get file contents (sharepoint) ---> Send an email (v2) (office365 outlook)
The excel file contains the table data with some lines. The flows run successfully, however the attachment in the received mail contains only single line data table in the excel and actually there are several lines in source excel data file which is in sharepoint folder.
Why it is not considering all the table lines in mail attachments?