Hi all,
I really want to be able produce PDF reports from Dynamics CRM via a Power Automate Flow and it would appear that Bob Guidinger's XRM Report Renderer at https://github.com/bguidinger/Xrm.ReportScheduler should do exactly what I want.
I've installed it as best I can as per the documentation where some of the steps appear to have changed but I cannot for the life of me get it to render any of my reports.
On installation I can test the connections ok and it will render some of the system reports ok but the moment I try to render any of my reports whether they are created via the Report Wizard or SSRS I get the following error...
{
"error": {
"code": "0x80040265",
"message": "Something went wrong: Error while getting report session. This is most likely an issue with invalid report parameters."
}
}
The reports I've created should not require any parameters.
Can anyone provide evidence of getting this solution working with Dynamics 9.1 and perhaps an example of how they passed parameters to a simple SSRS report? I've tried as per https://github.com/bguidinger/Xrm.ReportScheduler/issues/41 without success.
My basic SSRS report simply grabbed the first 10 accounts and their email addresses and no parameters - yet the Report Render still complains...

Any assistance greatly appreciated.