I have a connection to a MySQL database with two tables.
Schema privileges are the same on both tables (select and update).
However, i can only see one of the tables in Power Automate. If i type the name of the table manually i get the error message:
Request to XRM API failed with error: 'Message: Flow client error returned with status code "BadRequest"
The dynamic operation request to API 'mysql' operation 'GetTable' failed with status code 'BadRequest'. This may indicate invalid input parameters. Error response:
{
"status": 400,
"message": "The specified item 'db.customer' is not found"
}