I have a scenario where I need to download the SSRS report from D365 and save the file to sharepoint using power automate. I found few articles online to do this by using invoke an HTTP request but to do this I need to pass the reportXML and methods used to get this are not available for me. I opened the report viewer and opened the dev tools and tried to find the CRM_Filter under form data and this is not visible.
Is there any other way to get this reportxml? or Is there any other better way to run the SSRS report by passing recordid as a parameter then download PDF to save in sharepoint?
Any assistance will be helpful.