
Announcements
I am trying to pass dynamic values to this action (Export To File for Paginated Reports) for running Power BI Reports. But it does not work when passing the actual names that i see on the drop downs for the workspace and report name. Though i have success in passing the Ids to it. Does it really not work using names?
Raw inputs to the action looks like this.
{
"host": {
"connectionReferenceName": "shared_powerbi",
"operationId": "InitiateExportToFileForPaginatedReports"
},
"parameters": {
"groupid": "Bill",
"reportid": "Billing Monthly",
"ExportPayloadPaginatedReport/format": "PDF"
}
I am also trying to use dynamic selection of parameters, but have not got a way yet.
(manual config of selective parameters are working fine. The FLOW fails when data in the DB changes.)