Hi everyone,
I've got an Azure SQL database and I want new or modified records to trigger an approval email using Flow. I've successfully done this for new items using the "When an item is created" trigger, where I can select the table I'm interested in from the "Table names" drop down, see below.

Problem is, when I use the "When an item is modified" trigger using the same connection as before, I do not get a list of available tables in the drop down, and I have to enter the table name manually.

This does not run but instead I get a series of "failed checks" - bad request. Details below.
{
"status": 400,
"message": "Invalid Mashup Expression using supplied values.\r\n inner exception: The key didn't match any rows in the table.\r\nclientRequestId: e1172451-d371-43b7-bbbb-620d55a8f059",
"source": "sqlconnectionprovider-northeurope.db3-ase-001.p.azurewebsites.net"
}
Anyone have any ideas? Is the error linked to my inability to select the correct table?
Thanks, Adam.