Hello
I am looking to retrieve the result of an SQL stored procedure. 3 columns and about 10 lines and display the result in Power Virtual Agent.
No worries about the stored procedure or in the flow.
On the other hand an error is raised for the HTML response to PVA.
Is it possible to display the result only the first line of the result?
Thank you !
Hello
Thank you for your reply.
I worked around the problem by using the action creation csv array.
So I managed to display the result in table form in PVA
Hi @ggaudfroy ,
Unfortunately not yet, the Power Automate + Power VA has a limitation to read and show to the user the message.
You can see the limitation here: https://docs.microsoft.com/en-us/power-virtual-agents/advanced-flow#input-and-output-parameters
Regarding your problem, you can create one string with the first line in the Power Automate and response to Power VA this custom string.