I have a flow that runs a query against a dataset, then it process this data to transform in a csv file and then a xlsx file.
The problem occurs when the office 365 connector (Send a HTTP Request - POST method) runs. I realize that this connector can't deal with files bigger than 4mb.
I tried another method, without using premium connectors. It uses office script, but in my tests it did not work with more than a thousand lines.
The goal with this flow is simple:
Take data from power bi, transform in xlsx file and send in an email.
Could anyone help me?