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"
}

Report
All responses (
Answers (