I have a flow that uses a SQL Gateway to get info from our on-premise SQL server.
The flow grabs data from a SQL View, then uses 'Add Rows (Dataverse)' to insert the data into Dynamics CRM.
I tested the flow by limiting the SQL 'Get Rows' function to 10 rows. All fine.
When I remove that limit, the flow works, but it has stopped (Succeeded) after 2048 rows - there are around 13k rows in the SQL view.
Is there a limit somewhere that I'm not aware of?