Hi,
I'm having a weird error trying to connect to an Azure SQL DB. Anyone has a clue ?
Help ?
Ok, I've isolated the problem. And the issue kinda made sense.
The procedure contained a query where two fields had the same name (yay for naming conventions). SSMS didn't have any problem with that, Flow did. Solution : just aliased my fields in the SELECT statement and everything is fine.
Hope this helps others!
The error also applies to LogicApps...