Again I get a peculiar behaviour from SQL Get rows on an on premises database.
This time I'm trying to simply get rows from a table with about 500 records.
No selection is made so in theory this is a 'select * from'.
When building this, I connect to the database, I see the tables in the database, (I select the table name from the dropdown, so I have rights to see), I can see the field-names in the dynamic view, so also these are returned via the gateway.
But then when I run the flow, the first loop get the tables names, but then I get this fault: "The key didn't match any rows in the table."

What key?
How can find out what goes wrong here?
Can it be possible I can see table names and field names, but cannot be allowed to see the contents of the records?
Someone said I should try to get the tables before trying to access the records.
Does that really serve any purpose?
Thanks for any enlightenment 🙂
Michel