Hi there,
I have a business need which is to sync csv files in SharePoint folder to an on-premise SQL Server database.
The solution that I'm adopting is to convert the CSV file into JSON format first and use a stored procedure in SQL Server to update into database.
The current flow works fine but with an efficiency issue and may exceed the Power Platform Requests transition limit.
Is there a way to avoid explicit loop in my flow to improve efficiency as well as reduce Power Platform Requests used?
Please see the attachment for more details.
Best regards,
Sebastian