Forum Discussion
Return data from a Power Bi dataset into a power virtual agent via a power automate flow :-)
- Anonymous3 years ago
Hi JohanPuttaert ,
Refer this document , the Search rows action returns the List of rows variable, which contains JSON data. Before you can use the data, you'll need to analyze it with the Parse JSON action.Please check your result output format.
Please refer to the following document for more information.
Use Power Automate flows in Power Virtual Agents - Power Virtual Agents | Microsoft Learn
How to call Power Automate Flow from Power Virtual Agent | Softchief Learn
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Is your column [userId] text or integer. If it is text make sure to encapsulate it with the double quotes "
- JohanPuttaert3 years agoRegular Visitor
Thx for feedback.
It is an integer-value.
But that wasn't immediately the problem. I'm dabbling with sending it back to the virtual agent.