I have a flow with a connection to an on-premises SQL Server database though an on-premises data gateway.
When I use a SQL Server Get Row (V2) action it only returns part of the columns of the table. If I enter the missing column names in the Select Query field, it doesn't return them either.
When I use a SQL Server Update Row (V2) action on the same table, it does show me all the columns.
I've tried making a new connection to the same database for the Get Row step, but that didn't solve the problem.