I have a Azure SQL server with two database, DB1 and DB2, and I have created connections to these databases. And these connection works correctly on PowerApps
Then I created a Flow to execute SQL query on DB2 using the connection created for DB2, but it returns error "could not find the tables", but if I enter query to select from tables in DB1, it works. I also try to call stored procedure, it shows the name of the sp on DB2, I chosed it, but it says could not find the sp when test run... does anyone have any idea what may goes wrong? or it's a bug ?
thanks