I'm trying to create a simple recurring data export from an Azure SQL database. using Azure Logic Apps.
I want the process to be
- Time recurrance
- Run query
- Export results to Storage account
However, I'm unexpectedly failing due to the error message displayed below:
"BadRequest. The 'from' property value in the 'table' action inputs is of type 'Object'. The value must be of type 'Array'."
I cannot find any documentation shedding any light on this, and I definitely wasn't expecting an error message of this type from a "no code" solution.
I have tried skipping this step, but the file export is simple a file without a format, so I have to create a csv within the workflow. Any CODE FREE ideas how to correct / work around this?




