I have been trying to create a very simple (lists to sql) power automate workflow that triggers when an item gets added/modified in Microsoft Lists and gets updated in my SQL DWH.
The Title column is the default single-line text field provided by Microsoft. The Comments column is a custom field with data type multiple-lines of text.
In SQL I created a straightforward table, which contains two columns 'Title' and 'Comments', both of type varchar.
The Flow I created looks like this:

During the first sharepoint action I connect to the sharepoint list, no advanced options. During the get rows(v2) action I connect to the created table in SQL, again no advanced options. In the condition step I included some basic logic that determines whether the item in the list is new or exists. In the final step, that inserts or updates the row based on its existence, I run into an error. While all the previous steps work perfectly fine, I run into a 502 BadGateway error saying that the Insert_Row action has failed. I have been stuck for the last couple of days and haven't been able to find the solution. My SQL DWH is located in Europe and the PowerApps environment is set to EMEA.
Can someone please help out?
Please find below the error report:

