Hi Community,
In Power Automate Cloud, how can I get Body or Items from Desktop Flow Variables?
Make the output variable of type datatable:
Thanks for you help.
How can it be done for the case that it was a Table of QueryResult of Execute SQL statement?
Hi @fgonzalez515 ,
Please try:
1\Create an Object type Output variable-NewOutput.
2\Built a custom object with the flow variables and then assign a this object to NewOutput.
Best Regards,
Bof