I am attempting to get a SSRS report from an HTTP, using the HTTP and get, but it says it is an invalid URI, is there a work-around for this? I have checked the url, and it is correct.
Solved! Go to Solution.
Currently, we have powerapps generate the link to the report with any parameters it needs, then patch that link into a sql table. From there, we have a windows service that querys that table automatically (every 10 minuets or so) and checks to see if there are any unfullfilled requests, grabs the generated link, downloads, and emails it to whomever it may concern. That is how we get around it until we have a better option.
Hi @TMelton ,
You could test URL in Postman first. If it is ok, copy URI used in the test to the corresponding field.
Please take a try.
Best Regards,
did you ever figure out how to do this?
Long story short, no.
With an on-prem gateway, mixed with how we do our secruity, it was to much of a battle to be useful, so as per usual with PowerApps, we found a work-around that works for now until somthing else is supported.
@TMelton What is the work around you are using? Currently I am trying to work around this by exporting my report as an HTML, having Flow plug in the dynamic content, and converting the HTML to a PDF; however, OneDrive's file converter messes with the formatting of the HTML.
Currently, we have powerapps generate the link to the report with any parameters it needs, then patch that link into a sql table. From there, we have a windows service that querys that table automatically (every 10 minuets or so) and checks to see if there are any unfullfilled requests, grabs the generated link, downloads, and emails it to whomever it may concern. That is how we get around it until we have a better option.
Hi,
is it possible to share how to create power apps generate the link to report with parameters defined ?
is there an update to automate the export also ?
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
41 | |
40 | |
37 | |
34 | |
30 |
User | Count |
---|---|
48 | |
37 | |
35 | |
26 | |
24 |